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 8838a6990..8460fa68d 100644
--- a/.flake8
+++ b/.flake8
@@ -62,6 +62,7 @@ min-version = 3.7.0
max-complexity = 12
per-file-ignores =
qutebrowser/api/hook.py : N801
+ qutebrowser/qt/*.py : F403
tests/* : B011,B028,D100,D101
tests/unit/browser/test_history.py : D100,D101,N806
tests/helpers/fixtures.py : D100,D101,N806