Skip to content

Commit 50ea6db

Browse files
author
Dylan Huang
committed
add tests to pyright
1 parent bf8f228 commit 50ea6db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ combine-as-imports = true
217217
[tool.pyright]
218218
typeCheckingMode = "basic" # Changed from "standard" to reduce memory usage
219219
pythonVersion = "3.10"
220-
include = ["eval_protocol"] # Reduced scope to just the main package
221-
exclude = ["vite-app", "vendor", "examples", "tests", "development", "local_evals"]
220+
include = ["eval_protocol", "tests"] # Reduced scope to just the main package
221+
exclude = ["vite-app", "vendor", "examples", "development", "local_evals"]
222222
# Ignore diagnostics for vendored generator code
223223
ignore = ["versioneer.py"]
224224
reportUnusedCallResult = "none"

0 commit comments

Comments
 (0)