summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-30 00:58:41 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-30 00:58:41 +0200
commit43fc49e5ad7938462e319e862ff0988ac62ef4ce (patch)
tree19dd2fdc3e74a69155b9125f44618304e7c832f5 /.mypy.ini
parent31ece1ecb0fe3c6dec5e100bfcb9de42499c54d5 (diff)
downloadqutebrowser-43fc49e5ad7938462e319e862ff0988ac62ef4ce.tar.gz
qutebrowser-43fc49e5ad7938462e319e862ff0988ac62ef4ce.zip
mypy: Make misc.sql fully typed
That was an oversight apparently
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/.mypy.ini b/.mypy.ini
index f34957197..ef34dbada 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -265,9 +265,6 @@ disallow_untyped_defs = False
[mypy-qutebrowser.misc.split]
disallow_untyped_defs = False
-[mypy-qutebrowser.misc.sql]
-disallow_untyped_defs = False
-
[mypy-qutebrowser.qutebrowser]
disallow_untyped_defs = False