summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-30 00:49:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-30 00:49:30 +0200
commit904cab911d664b92cfb2abb5f569a3a35ca39e29 (patch)
tree4ed2bef94817c45ae69d2126defb5eaaa5a20dba /.mypy.ini
parenta6d42275781c45f2f050dd72d2f0f7615502381b (diff)
downloadqutebrowser-904cab911d664b92cfb2abb5f569a3a35ca39e29.tar.gz
qutebrowser-904cab911d664b92cfb2abb5f569a3a35ca39e29.zip
mypy: Install more typeshed types
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/.mypy.ini b/.mypy.ini
index e0bff335f..68839e86f 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -29,18 +29,10 @@ pretty = True
### FIXME:v4 get rid of this
no_implicit_optional = False
-[mypy-colorama]
-# https://github.com/tartley/colorama/issues/206
-ignore_missing_imports = True
-
[mypy-hunter]
# https://github.com/ionelmc/python-hunter/issues/43
ignore_missing_imports = True
-[mypy-pygments.*]
-# https://github.com/pygments/pygments/issues/1189
-ignore_missing_imports = True
-
[mypy-objc]
# https://github.com/ronaldoussoren/pyobjc/issues/417
ignore_missing_imports = True