mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
exclude build folder from flake8
This commit is contained in:
2
.flake8
2
.flake8
@@ -1,7 +1,7 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
# Rule definitions: http://flake8.pycqa.org/en/latest/user/error-codes.html
|
# Rule definitions: http://flake8.pycqa.org/en/latest/user/error-codes.html
|
||||||
# W503: line break before binary operator
|
# W503: line break before binary operator
|
||||||
exclude = venv*,__pycache__,node_modules,cache,migrations
|
exclude = venv*,__pycache__,node_modules,cache,migrations,build
|
||||||
ignore = W503
|
ignore = W503
|
||||||
max-complexity = 14
|
max-complexity = 14
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|||||||
Reference in New Issue
Block a user