mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 15:22:24 -05:00
Fix flake8 config
Having the `select` meant that flake8 was only checking the `B901` rule and ignoring all others.
This commit is contained in:
@@ -3,7 +3,7 @@ xfail_strict=true
|
||||
|
||||
|
||||
[flake8]
|
||||
exclude = venv*,__pycache__,node_modules,cache,migrations,build
|
||||
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
|
||||
select=B901
|
||||
|
||||
Reference in New Issue
Block a user