summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2024-05-06 20:39:55 +0200
committertoofar <toofar@spalge.com>2024-05-25 09:34:01 +1200
commit00c56456bed6bdc513719ada538a39be77013120 (patch)
tree757998282ce37d2f00c725aabdd26430f12abf3c /.mypy.ini
parent5b84600fa6e85d9cf2dfa1c5f979955b5c492405 (diff)
downloadqutebrowser-00c56456bed6bdc513719ada538a39be77013120.tar.gz
qutebrowser-00c56456bed6bdc513719ada538a39be77013120.zip
back to normal ipc impl
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/.mypy.ini b/.mypy.ini
index eef89ae20..81f69a09e 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -240,6 +240,9 @@ disallow_untyped_defs = False
[mypy-qutebrowser.misc.httpclient]
disallow_untyped_defs = False
+[mypy-qutebrowser.misc.ipc]
+disallow_untyped_defs = False
+
[mypy-qutebrowser.misc.keyhintwidget]
disallow_untyped_defs = False
@@ -264,7 +267,6 @@ disallow_untyped_defs = False
[mypy-qutebrowser.misc.split]
disallow_untyped_defs = False
-
[mypy-qutebrowser.qutebrowser]
disallow_untyped_defs = False