Skip to content

Commit e75916b

Browse files
committed
chore: add S607 as a per-file-ignore for scripts/* in the template project
1 parent d7435dd commit e75916b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ max-complexity = 10
9898
]
9999
"exceptions.py" = ["D107"]
100100
"noxfile.py" = ["S101"]
101-
"scripts/*" = ["S603"]
101+
"scripts/*" = ["S603", "S607"]
102102

103103
[lint.pydocstyle]
104104
convention = "google"

0 commit comments

Comments
 (0)