Skip to content

Commit

Permalink
Added mypy to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CulmoneY committed Nov 21, 2024
1 parent ae5e89d commit 4d6e8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -29,7 +30,6 @@ requires-python = ">=3.9"
dev = [
"hypothesis",
"inflection",
"mypy",
"myst-parser",
"pre-commit",
"pytest",
Expand Down

0 comments on commit 4d6e8db

Please sign in to comment.