summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-19 14:26:41 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-10-19 15:04:14 +0200
commitc473a5063f58387d636bce0c59ee9ae564941963 (patch)
treeaeaa709eaf02da27c3138ac62258e51c187fa394 /.mypy.ini
parent485f67b124d15fdc823fc1b777d8fd88c30a0ff8 (diff)
downloadqutebrowser-c473a5063f58387d636bce0c59ee9ae564941963.tar.gz
qutebrowser-c473a5063f58387d636bce0c59ee9ae564941963.zip
Fix lint
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 1972e5040..6295d4ebc 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -115,6 +115,9 @@ disallow_untyped_defs = True
[mypy-qutebrowser.browser.webengine.webengineelem]
disallow_untyped_defs = True
+[mypy-qutebrowser.browser.webengine.darkmode]
+disallow_untyped_defs = True
+
[mypy-qutebrowser.keyinput.*]
disallow_untyped_defs = True