mypy: Update skipped modules
This commit is contained in:
parent
30d54c8da4
commit
54dc9442d6
15
.mypy.ini
15
.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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue