summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
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]