Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit a646c39

Browse files
committed
chore: update norecursedirs in pyproject.toml to exclude legacy tests
- Added "tests/legacy/**" to the norecursedirs list to prevent recursive search in legacy test directories, improving test management.
1 parent cd99c0f commit a646c39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ norecursedirs = [
146146
".pytest_cache",
147147
"logs",
148148
"data",
149+
"tests/legacy/**",
149150
]
150151

151152
[tool.ruff]

0 commit comments

Comments
 (0)