fix: add mypy type checking to CI workflow
Some checks failed
CI / test (push) Failing after 12s
CI / build (push) Has been skipped

This commit is contained in:
2026-01-30 23:42:22 +00:00
parent cc2f71932e
commit 4bbccf751d

View File

@@ -28,6 +28,7 @@ dependencies = [
dev = [ dev = [
"pytest>=7.0.0", "pytest>=7.0.0",
"pytest-cov>=4.0.0", "pytest-cov>=4.0.0",
"mypy>=1.0.0",
] ]
[project.scripts] [project.scripts]