Skip to content

Commit 5cbf226

Browse files
committed
exclude tests/assets for ty as well
1 parent f174f96 commit 5cbf226

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
@@ -104,6 +104,9 @@ show_contexts = true
104104
strict = true
105105
exclude = ["tests/assets/*"]
106106

107+
[tool.ty.src]
108+
exclude = ["tests/assets/**"]
109+
107110
[tool.ruff.lint]
108111
select = [
109112
"E", # pycodestyle errors

0 commit comments

Comments
 (0)