Skip to content

Instantly share code, notes, and snippets.

@NamPNQ
Created January 4, 2016 08:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NamPNQ/c6d0f3e095bd873573ba to your computer and use it in GitHub Desktop.
Save NamPNQ/c6d0f3e095bd873573ba to your computer and use it in GitHub Desktop.
config flake8 global
# 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