summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorSebastian Noack <sebastian.noack@gmail.com>2018-03-09 14:09:49 -0500
committerSebastian Noack <sebastian.noack@gmail.com>2018-03-09 14:09:49 -0500
commit4cf0311d7f05df9b12bc50921e36d649aedb0480 (patch)
tree6fe004cc05fee6608b336913a6b4ca3a01031f1e /.flake8
parent39eb512b27da45128338d902e939a07e4651183a (diff)
downloadqutebrowser-4cf0311d7f05df9b12bc50921e36d649aedb0480.tar.gz
qutebrowser-4cf0311d7f05df9b12bc50921e36d649aedb0480.zip
Updated flake8-per-file-ignores to version 0.5
Diffstat (limited to '.flake8')
-rw-r--r--.flake810
1 files changed, 5 insertions, 5 deletions
diff --git a/.flake8 b/.flake8
index 340132d49..5b0360ab7 100644
--- a/.flake8
+++ b/.flake8
@@ -44,11 +44,11 @@ ignore =
min-version = 3.4.0
max-complexity = 12
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
+ /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