Files
notifications-api/.flake8
2017-11-28 14:26:40 +00:00

8 lines
241 B
INI

[flake8]
# Rule definitions: http://flake8.pycqa.org/en/latest/user/error-codes.html
# W503: line break before binary operator
exclude = venv*,__pycache__,node_modules,cache,migrations
ignore = W503
max-complexity = 14
max-line-length = 120