summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake818
1 files changed, 6 insertions, 12 deletions
diff --git a/.flake8 b/.flake8
index 1d33859fc..e29e7037c 100644
--- a/.flake8
+++ b/.flake8
@@ -33,18 +33,12 @@ ignore =
D102,D103,D104,D105,D209,D211,D402,D403
min-version = 3.4.0
max-complexity = 12
-putty-auto-ignore = True
-putty-ignore =
- /# pylint: disable=invalid-name/ : +N801,N806
- /# pragma: no mccabe/ : +C901
- tests/*/test_*.py : +D100,D101,D401
- tests/conftest.py : +F403
- tests/unit/browser/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
- # FIXME:conf
- tests/unit/completion/test_models.py : +F821
+per-file-ignores =
+ tests/*/test_*.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
+ scripts/dev/ci/appveyor_install.py : FI53
copyright-check = True
copyright-regexp = # Copyright [\d-]+ .*
copyright-min-file-size = 110