summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake81
1 files changed, 1 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index 8c03ef729..7a783a4b0 100644
--- a/.flake8
+++ b/.flake8
@@ -46,6 +46,7 @@ ignore =
min-version = 3.4.0
max-complexity = 12
per-file-ignores =
+ /qutebrowser/api/hook.py : N801
/tests/**/*.py : D100,D101,D401
/tests/unit/browser/test_history.py : N806
/tests/helpers/fixtures.py : N806