summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-19 14:31:01 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-19 14:31:01 +0100
commit1e92986b9a4629a07ae85b744100c1a8026bae74 (patch)
tree5a88a3d48bf0991afda133da711e5bd2cf99f2de /.mypy.ini
parent54dc9442d64047e923a26fa3fec5109f337f236a (diff)
downloadqutebrowser-1e92986b9a4629a07ae85b744100c1a8026bae74.tar.gz
qutebrowser-1e92986b9a4629a07ae85b744100c1a8026bae74.zip
mypy: Complete annotations for qutescheme
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 dc54f74f0..df8f3f11f 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -101,3 +101,6 @@ disallow_untyped_defs = True
[mypy-qutebrowser.mainwindow.statusbar.command]
disallow_untyped_defs = True
+
+[mypy-qutebrowser.browser.qutescheme]
+disallow_untyped_defs = True