Skip to content

Commit f4ed796

Browse files
committed
Remove 'ci/templates' from Ruff exclude list
The 'ci/templates' directory is no longer excluded from Ruff linting in pyproject.toml, allowing lint checks to be performed on files in this directory.
1 parent 534ed30 commit f4ed796

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/python/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ line-length = 88
7474
target-version = "py39"
7575
fix = true
7676
show-fixes = true
77-
exclude = ["ci/templates"]
7877

7978
[tool.ruff.lint]
8079
pydocstyle = { convention = 'google' }

0 commit comments

Comments
 (0)