summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authororSolocate <38433858+orSolocate@users.noreply.github.com>2022-09-27 01:13:53 +0300
committerGitHub <noreply@github.com>2022-09-27 00:13:53 +0200
commit4c97a2912d88dacdfc610f177c730247140adf1a (patch)
tree557b3790285063421226324860f639743bdfe966 /pyproject.toml
parentc3740d81918d83c91be698c674d2dd5f063e9530 (diff)
downloadpylint-git-4c97a2912d88dacdfc610f177c730247140adf1a.tar.gz
Hotfix mypy precommit errors for colorama and typing on Windows (#7531)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 567274153..f8093a627 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -116,6 +116,8 @@ module = [
"_pytest.*",
"_string",
"astroid.*",
+ # `colorama` ignore is needed for Windows environment
+ "colorama",
"contributors_txt",
"coverage",
"dill",