Skip to content

Commit 5fd1709

Browse files
committed
🔧 Use recursive glob pattern for scripts directory in Ruff config
1 parent f5bd102 commit 5fd1709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_name/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ flake8-comprehensions.allow-dict-calls-with-keyword-arguments = true
261261
"ALL",
262262
]
263263
{%- endif %}
264-
"scripts/*.py" = [
264+
"scripts/**.py" = [
265265
"T20", # flake8-print
266266
"INP001", # implicit-namespace-package
267267
]

0 commit comments

Comments
 (0)