Skip to content

Commit 32e8f15

Browse files
committed
Updated template pyproject.toml
Updated test specific lint per-file-ignores with comment.
1 parent df674b0 commit 32e8f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.package_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ lint.ignore = [
166166

167167
[tool.ruff.lint.per-file-ignores]
168168
"tests/*" = [
169-
# assert (S101)
169+
# assert (S101)
170170
"S101",
171171
# subprocess-without-shell-equals-true (S603)
172172
"S603"

0 commit comments

Comments
 (0)