From 4c97a2912d88dacdfc610f177c730247140adf1a Mon Sep 17 00:00:00 2001 From: orSolocate <38433858+orSolocate@users.noreply.github.com> Date: Tue, 27 Sep 2022 01:13:53 +0300 Subject: Hotfix mypy precommit errors for colorama and typing on Windows (#7531) Co-authored-by: Pierre Sassoulas --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') 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", -- cgit v1.2.1