mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
merge from main and reformat
This commit is contained in:
@@ -6,14 +6,12 @@ xfail_strict=true
|
||||
exclude = venv*,__pycache__,node_modules,cache,migrations,build,sample_cap_xml_documents.py
|
||||
max-line-length = 120
|
||||
# W504 line break after binary operator
|
||||
extend_ignore=B306, W504, E204
|
||||
|
||||
extend_ignore=B306, W504, E203
|
||||
|
||||
[isort]
|
||||
profile = black
|
||||
multi_line_output = 3
|
||||
|
||||
|
||||
[coverage:run]
|
||||
omit =
|
||||
# omit anything in a .local directory anywhere
|
||||
|
||||
Reference in New Issue
Block a user