Skip to content

Commit 9f081e0

Browse files
committed
feat: use mypy strict mode and exclude tests
1 parent 821c25d commit 9f081e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ dev = ["ruff"]
3333

3434
[tool.mypy]
3535
python_version = "3.11"
36-
# Disable for not as we have missing type annotations. See https://github.com/cocoindex-io/cocoindex/issues/539
37-
# strict = true
36+
strict = true
37+
files = "python/cocoindex"
38+
exclude = "python/cocoindex/tests"

0 commit comments

Comments
 (0)