Skip to content

Commit

Permalink
enable type checking using mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Dec 21, 2024
1 parent 1a7d4ea commit 6d39644
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 @@ -155,7 +155,7 @@ commands = [
dependency_groups = ["linting"]
commands = [
["ruff", "check", "src/"],
# TODO: ["mypy", "src/"],
["mypy", "src/"],
]

[tool.tox.env.docs]
Expand Down

0 comments on commit 6d39644

Please sign in to comment.