diff --git a/.flake8 b/.flake8 index 940b5b04c..477271f29 100644 --- a/.flake8 +++ b/.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