From 5fff70f87982f69e5eecfd6bd2e1966e75a659bc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 5 Sep 2016 21:35:27 +0200 Subject: [PATCH] flake8: Disable invalid naming for some modules --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) 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