You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code seems to not have been passed through any linting tool (such as flake8) to remove minor departures from PEP recommendations (eg, unused imports, unused arguments in functions). To make it publishable-quality, I would recommend including some linting tool in the workflow to iron those out.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I used black to reformat the code and VS code to highlight unused imports (which were deleted) (aee2d2a). I know some projects also include these kinds of checks as github actions but I think that might be overkill here as I am currently the only active developer.
The code seems to not have been passed through any linting tool (such as flake8) to remove minor departures from PEP recommendations (eg, unused imports, unused arguments in functions). To make it publishable-quality, I would recommend including some linting tool in the workflow to iron those out.
The text was updated successfully, but these errors were encountered: