-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flake8 gradual linting #46
Comments
Currently the styleguide is not PEP8 complaint, flake8 however provides additional static analysis for unused variables etc. All existing errors should be ignored so that new errors cannot be introduced. Once this is done, each existing error can be fixed one at a time. |
Is there any way to just expose settings for static analysis? As for styleguide, I like this point |
yes, you disable the various errors that happen |
I mean expose those setting on the project/library level, so that code is not modified with comments. |
@techtonik yes |
I consider myself a member of this community. Thanks for pointing this out. Maybe you should add this to your README.md? |
No description provided.
The text was updated successfully, but these errors were encountered: