mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 04:28:25 -04:00
Files
b42c7c4c9ff25e46cb1d7e9046d3f70f3bea79a9
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
[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
|
|||
ignore = W503
|
|||
max-complexity = 14
|
|||
max-line-length = 120
|