From 4d6e8dbb4911f4e35a27843fc51d553d0234a1c6 Mon Sep 17 00:00:00 2001 From: CulmoneY Date: Thu, 21 Nov 2024 01:23:38 -0500 Subject: [PATCH] Added mypy to dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b48c178f4..fc87904ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ dependencies = [ "click >= 8.0.1, < 9", "colorama ~= 0.4.6", "jinja2 ~= 3.1.2", + "mypy >= 1.13", "pycodestyle ~= 2.11", "pygments >= 2.14,< 2.19", "pylint ~= 3.3.1", @@ -29,7 +30,6 @@ requires-python = ">=3.9" dev = [ "hypothesis", "inflection", - "mypy", "myst-parser", "pre-commit", "pytest",