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