Skip to content

Commit 01c080a

Browse files
committed
enable type checking using mypy
1 parent 1acf9c1 commit 01c080a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ commands = [
155155
dependency_groups = ["linting"]
156156
commands = [
157157
["ruff", "check", "src/"],
158-
# TODO: ["mypy", "src/"],
158+
["mypy", "src/"],
159159
]
160160

161161
[tool.tox.env.docs]

0 commit comments

Comments
 (0)