mypy: Update skipped modules

This commit is contained in:
Florian Bruhin 2021-02-19 14:21:21 +01:00
parent 30d54c8da4
commit 54dc9442d6
1 changed files with 1 additions and 14 deletions

View File

@ -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]