summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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",