Fix ignore for new flake8-per-file-ignores release
This commit is contained in:
parent
59602ec5b5
commit
51318d66c8
2
.flake8
2
.flake8
@ -44,7 +44,7 @@ ignore =
|
|||||||
min-version = 3.4.0
|
min-version = 3.4.0
|
||||||
max-complexity = 12
|
max-complexity = 12
|
||||||
per-file-ignores =
|
per-file-ignores =
|
||||||
/tests/*/test_*.py : D100,D101,D401
|
/tests/**/test_*.py : D100,D101,D401
|
||||||
/tests/unit/browser/test_history.py : N806
|
/tests/unit/browser/test_history.py : N806
|
||||||
/tests/helpers/fixtures.py : N806
|
/tests/helpers/fixtures.py : N806
|
||||||
/tests/unit/browser/webkit/http/test_content_disposition.py : D400
|
/tests/unit/browser/webkit/http/test_content_disposition.py : D400
|
||||||
|
Loading…
Reference in New Issue
Block a user