Created
January 4, 2016 08:17
-
-
Save NamPNQ/c6d0f3e095bd873573ba to your computer and use it in GitHub Desktop.
config flake8 global
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# store in ~/.config/flake8 | |
[flake8] | |
ignore = F999,E501,E128,E124,E126,F841,E123,F401,F403 | |
max-line-length = 120 | |
exclude = env, .git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment