mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
8 lines
247 B
INI
8 lines
247 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,build
|
|
ignore = W503
|
|
max-complexity = 14
|
|
max-line-length = 120
|