Skip to content

Commit 69c1976

Browse files
committed
Scope pyright to src/ only, fix unused import in test_jax
Test files use beartype/shapix patterns that produce expected pyright false positives — exclude them from type checking.
1 parent cdcc00a commit 69c1976

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
@@ -35,7 +35,7 @@ python-preference = "only-managed"
3535

3636
[tool.pyright]
3737
typeCheckingMode = "standard"
38-
include = ["src", "tests"]
38+
include = ["src"]
3939
reportUnusedImport = "warning"
4040
reportInvalidTypeForm = false
4141
pythonVersion = "3.12"

0 commit comments

Comments
 (0)