We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now we using --ignore=E501,E731,E12,W503,E402 parameters for flake8, we can be more "strict" and reduce list of "ignored" checks
--ignore=E501,E731,E12,W503,E402
flake8
What this checks means (full list here)
Related #1636
The text was updated successfully, but these errors were encountered:
2bb8e1d
For now, need to think about E12 group and (more important) make extended-E501.
E12
Sorry, something went wrong.
Last part fixed in #1721
No branches or pull requests
Now we using
--ignore=E501,E731,E12,W503,E402
parameters forflake8
, we can be more "strict" and reduce list of "ignored" checksWhat this checks means (full list here)
Related #1636
The text was updated successfully, but these errors were encountered: