mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 23:08:07 -04:00
2767 passing
This commit is contained in:
15
.flake8
Normal file
15
.flake8
Normal file
@@ -0,0 +1,15 @@
|
||||
[flake8]
|
||||
# Rule definitions: http://flake8.pycqa.org/en/latest/user/error-codes.html
|
||||
exclude = venv*,__pycache__,node_modules,cache
|
||||
max-complexity = 14
|
||||
max-line-length = 120
|
||||
|
||||
# B003 assigning to os.environ
|
||||
# B306 BaseException.message has been deprecated
|
||||
# W503: line break before binary operator
|
||||
# W504 line break after binary operator
|
||||
extend_ignore=
|
||||
B003,
|
||||
B306,
|
||||
W503,
|
||||
W504
|
||||
Reference in New Issue
Block a user