From 54dc9442d64047e923a26fa3fec5109f337f236a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 19 Feb 2021 14:21:21 +0100 Subject: mypy: Update skipped modules --- .mypy.ini | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to '.mypy.ini') 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] -- cgit v1.2.3-54-g00ecf