Addd flake8 config file

remotes/origin/issue/4795/notification_even_they_are_disabled
David Barragán Merino 2016-07-06 10:27:27 +02:00
parent ba66f3839b
commit 1252a08dbb
1 changed files with 11 additions and 0 deletions

11
setup.cfg Normal file
View File

@ -0,0 +1,11 @@
[flake8]
ignore = E41,E266
max-line-length = 120
exclude =
.git,
*__pycache__*,
*tests*,
*scripts*,
*migrations*,
*management*
max-complexity = 10