Fix ignore for new flake8-per-file-ignores release

This commit is contained in:
Florian Bruhin 2018-03-20 06:54:04 +01:00
parent 59602ec5b5
commit 51318d66c8

View File

@ -44,7 +44,7 @@ ignore =
min-version = 3.4.0
max-complexity = 12
per-file-ignores =
/tests/*/test_*.py : D100,D101,D401
/tests/**/test_*.py : D100,D101,D401
/tests/unit/browser/test_history.py : N806
/tests/helpers/fixtures.py : N806
/tests/unit/browser/webkit/http/test_content_disposition.py : D400