-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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] Enabling flake8 linting #3776
[flake8] Enabling flake8 linting #3776
Conversation
85c000b
to
3bc1383
Compare
Coverage remained the same at 71.271% when pulling 85c000bcc0d1f65b6d4d70c6d0f549d46021528e on john-bodley:john-bodley-enable-flake8 into 8e3217a on apache:master. |
Coverage remained the same at 71.271% when pulling 3bc1383b4a7635fa943b87125ff0965d0c1e5861 on john-bodley:john-bodley-enable-flake8 into 8e3217a on apache:master. |
Coverage remained the same at 71.271% when pulling 3bc1383b4a7635fa943b87125ff0965d0c1e5861 on john-bodley:john-bodley-enable-flake8 into 8e3217a on apache:master. |
2 similar comments
Coverage remained the same at 71.271% when pulling 3bc1383b4a7635fa943b87125ff0965d0c1e5861 on john-bodley:john-bodley-enable-flake8 into 8e3217a on apache:master. |
Coverage remained the same at 71.271% when pulling 3bc1383b4a7635fa943b87125ff0965d0c1e5861 on john-bodley:john-bodley-enable-flake8 into 8e3217a on apache:master. |
3bc1383
to
b32318a
Compare
b32318a
to
d4b8558
Compare
I felt it would be prudent to add additional linting to the Python code beyond
pylint
ensures to help enforce a consistent style.This PR enables
flake8
as part of the Travis CI though currently all errors which were triggered have been whitelisted to be ignored. My plan is to systematically address these errors via a series of digestible PRs in the coming days/weeks.Note I deprecated
pycodestyle
as thisflake8
is a superset ofpep8
.to: @mistercrunch
cc: @graceguo-supercat @michellethomas @timifasubaa