Skip to content

Commit ee3737a

Browse files
committed
chore: exclude test and fixture dirs from ty type checking
1 parent 6a5c9c1 commit ee3737a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ split-on-trailing-comma = false
310310
docstring-code-format = true
311311
skip-magic-trailing-comma = true
312312

313+
[tool.ty.src]
314+
exclude = ["tests", "code_to_optimize", "pie_test_set", "experiments"]
315+
313316
[tool.hatch.version]
314317
source = "uv-dynamic-versioning"
315318

0 commit comments

Comments
 (0)