summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-19 14:21:21 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-19 14:21:21 +0100
commit54dc9442d64047e923a26fa3fec5109f337f236a (patch)
tree3f12058ac5ac8f38086a5b5b44c5a08ab20d1ea3 /.mypy.ini
parent30d54c8da4a8e091dbe439770d4e1796dc7c78dc (diff)
downloadqutebrowser-54dc9442d64047e923a26fa3fec5109f337f236a.tar.gz
qutebrowser-54dc9442d64047e923a26fa3fec5109f337f236a.zip
mypy: Update skipped modules
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini15
1 files changed, 1 insertions, 14 deletions
diff --git a/.mypy.ini b/.mypy.ini
index e3db38ccc..dc54f74f0 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -35,20 +35,7 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-pygments.*]
-# https://bitbucket.org/birkenfeld/pygments-main/issues/1485/type-hints
-ignore_missing_imports = True
-
-[mypy-bdb]
-# stdlib, missing in typeshed
-# https://github.com/python/typeshed/issues/1019
-ignore_missing_imports = True
-
-[mypy-helpers.*]
-# test helpers only importable via pytest
-ignore_missing_imports = True
-
-[mypy-pytest]
-# https://github.com/pytest-dev/pytest/issues/3342
+# https://github.com/pygments/pygments/issues/1189
ignore_missing_imports = True
[mypy-qutebrowser.browser.browsertab]