flake8: Don't require docstrings for stuff under tests/
This commit is contained in:
parent
2b0e89ab14
commit
12a7aaed95
2
.flake8
2
.flake8
@ -44,7 +44,7 @@ ignore =
|
||||
min-version = 3.4.0
|
||||
max-complexity = 12
|
||||
per-file-ignores =
|
||||
/tests/**/test_*.py : D100,D101,D401
|
||||
/tests/**/*.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
|
||||
|
Loading…
Reference in New Issue
Block a user