From 35a3fe029d381053c12b44b5f1d111cfabf3f047 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 10 Dec 2018 16:05:17 +0100 Subject: Fix lint --- .flake8 | 1 + 1 file changed, 1 insertion(+) (limited to '.flake8') 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 -- cgit v1.2.3-54-g00ecf