summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-22 15:56:13 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-23 12:53:23 +0100
commit0df1fb35b5b565ae06fc890c325846d6f4fb928b (patch)
tree8ceac99e6c839f21a0efe0f7679f22f68564c910 /.mypy.ini
parent29309547a14813867b945bb8d4baf40745e503d5 (diff)
downloadqutebrowser-0df1fb35b5b565ae06fc890c325846d6f4fb928b.tar.gz
qutebrowser-0df1fb35b5b565ae06fc890c325846d6f4fb928b.zip
Add type annotations for guiprocess
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/.mypy.ini b/.mypy.ini
index 37a4605c8..5b29efaac 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -53,6 +53,9 @@ disallow_untyped_defs = True
[mypy-qutebrowser.browser.webengine.webengineinspector]
disallow_untyped_defs = True
+[mypy-qutebrowser.misc.guiprocess]
+disallow_untyped_defs = True
+
[mypy-qutebrowser.misc.objects]
disallow_untyped_defs = True