summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-01-13 08:07:16 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-01-13 08:17:04 +0100
commit9d4de0163a9db8cfaa4e08b7f6189445ef02bfd9 (patch)
tree76fa5d37febb38c1c7e2eb09d055744071672736 /mypy.ini
parent29e0127034b8ed08425bde902d46b227e669c49f (diff)
downloadqutebrowser-9d4de0163a9db8cfaa4e08b7f6189445ef02bfd9.tar.gz
qutebrowser-9d4de0163a9db8cfaa4e08b7f6189445ef02bfd9.zip
Add types for eventfilter/quitter
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini12
1 files changed, 8 insertions, 4 deletions
diff --git a/mypy.ini b/mypy.ini
index eaa349e26..5d404f4b2 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -87,6 +87,14 @@ disallow_incomplete_defs = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
+[mypy-qutebrowser.misc.backendproblem]
+disallow_untyped_defs = True
+disallow_incomplete_defs = True
+
+[mypy-qutebrowser.misc.eventfilter]
+disallow_untyped_defs = True
+disallow_incomplete_defs = True
+
[mypy-qutebrowser.commands.cmdutils]
disallow_untyped_defs = True
disallow_incomplete_defs = True
@@ -127,10 +135,6 @@ disallow_incomplete_defs = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
-[mypy-qutebrowser.misc.backendproblem]
-disallow_untyped_defs = True
-disallow_incomplete_defs = True
-
[mypy-qutebrowser.mainwindow.statusbar.command]
disallow_untyped_defs = True
disallow_incomplete_defs = True