summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authororSolocate <38433858+orSolocate@users.noreply.github.com>2022-01-03 23:13:38 +0200
committerGitHub <noreply@github.com>2022-01-03 22:13:38 +0100
commit84f755cd7f001e114fa4c06cafea38d8b13bc23a (patch)
tree228569c6b9a55367e8e325d0577446951b32d5d5 /setup.cfg
parent619d8534d338f8093c01a6fbc195792b28f1e19e (diff)
downloadpylint-git-84f755cd7f001e114fa4c06cafea38d8b13bc23a.tar.gz
Hotfix mypy pre-commit check under Windows (#5632)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 1d1a8cc72..d78790d52 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -127,3 +127,6 @@ ignore_missing_imports = True
[mypy-dill]
ignore_missing_imports = True
+
+[mypy-colorama]
+ignore_missing_imports = True