-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Change from pep8 to pycodestyle for style analysis #4218
Conversation
Sure, please update it to a more recent version. |
c8748e7
to
cc56676
Compare
Done 😄 |
Could you add a test to verify that |
|
…file. Now it expects 2 blank lines after a function definition.
The new version of pycodestyle now detects one more style error than the previous version, I updated the
|
Thanks @rlaverde! |
Thanks @rlaverde! One missing thing: Please update our Readme too. |
Fixes #3197
I change only the necessary in the code, I didn't change variables, classes, or config options names.
When checking dependencies, is required 0.6 version of pycodestyle, this is a bit outdated, should we updated it?
PEP8_REQVER = '>=0.6'