We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821c25d commit 9f081e0Copy full SHA for 9f081e0
pyproject.toml
@@ -33,5 +33,6 @@ dev = ["ruff"]
33
34
[tool.mypy]
35
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
+strict = true
+files = "python/cocoindex"
38
+exclude = "python/cocoindex/tests"
0 commit comments