2017-11-27 15:14:36 +00:00
|
|
|
[flake8]
|
|
|
|
|
# Rule definitions: http://flake8.pycqa.org/en/latest/user/error-codes.html
|
|
|
|
|
# W503: line break before binary operator
|
2017-11-30 09:56:44 +00:00
|
|
|
exclude = venv*,__pycache__,node_modules,cache,migrations,build
|
2017-11-27 15:14:36 +00:00
|
|
|
ignore = W503
|
|
|
|
|
max-complexity = 14
|
|
|
|
|
max-line-length = 120
|