Skip to content

Commit f01dd35

Browse files
committed
Fix exclude of test scripts files in ruff configuration
1 parent c4d7d61 commit f01dd35

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
@@ -48,7 +48,7 @@ dev = [
4848
line-length = 120
4949
indent-width = 4
5050
extend-exclude = [
51-
"tests/scripts/*.py",
51+
"tests/scripts/**/*.py",
5252
]
5353

5454
[tool.ruff.lint]

0 commit comments

Comments
 (0)