flake8: Disable invalid naming for some modules

This commit is contained in:
Florian Bruhin 2016-09-05 21:35:27 +02:00
parent 1e0f97b64d
commit 5fff70f879

View File

@ -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