skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

MAINT: flake8 E275 fixes #572

Closed itrharrison closed 1 year ago

itrharrison commented 1 year ago

Description

Merging will close #571 .

This simply addresses some test failures on flake8 E275 (missing whitespace after keyword).

ntessore commented 1 year ago

While this fixes the errors, flake8 is of course right: The keywords return, assert, and del are not function calls and should not be parenthesised.