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
In the tox suite, we already run flake8. However, the configuration is not picked up automatically when running flake8 separately, which is annoying, because then the settings are not picked up by my editor. We should put the configuration somewhere standard where it is picked up.
After that, we could also look into pylint in strict mode and see what that turns up.
The text was updated successfully, but these errors were encountered:
Following #41 and #93, we should set up linters.
In the tox suite, we already run flake8. However, the configuration is not picked up automatically when running flake8 separately, which is annoying, because then the settings are not picked up by my editor. We should put the configuration somewhere standard where it is picked up.
After that, we could also look into pylint in strict mode and see what that turns up.
The text was updated successfully, but these errors were encountered: