Skip to content

Instantly share code, notes, and snippets.

@se4u
Created June 3, 2018 18:41
Show Gist options
  • Save se4u/04356e97ec8e179bfb3af2ceccc366fb to your computer and use it in GitHub Desktop.
Save se4u/04356e97ec8e179bfb3af2ceccc366fb to your computer and use it in GitHub Desktop.
My pyflakes config file
[flake8]
ignore = E226,E302,E41,E402,E261,E305,E111,E121,E401,E701,W501,C901,W503,E266,E114,E228,E722,E741
max-line-length = 120
exclude = tests/*
max-complexity = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment