flake8: Disable invalid naming for some modules
This commit is contained in:
parent
1e0f97b64d
commit
5fff70f879
2
.flake8
2
.flake8
@ -43,6 +43,8 @@ putty-ignore =
|
||||
/# pylint: disable=wildcard-import/ : +F403
|
||||
/# pragma: no mccabe/ : +C901
|
||||
tests/*/test_*.py : +D100,D101,D401
|
||||
tests/unit/browser/webkit/test_history.py : +N806
|
||||
tests/helpers/fixtures.py : +N806
|
||||
tests/unit/browser/webkit/http/test_content_disposition.py : +D400
|
||||
scripts/dev/ci/appveyor_install.py : +FI53
|
||||
copyright-check = True
|
||||
|
Loading…
Reference in New Issue
Block a user