Skip to content

Commit 05d54c8

Browse files
committed
Remove duplicated ruff configuration
1 parent 842a4b1 commit 05d54c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ lint.ignore = [
132132
"S101",
133133
]
134134

135-
lint.per-file-ignores."tests/*.py" = [
136-
# Do not require tests to have a one-line summary.
137-
"D205",
138-
]
139-
140135
# Do not automatically remove commented out code.
141136
# We comment out code during development, and with VSCode auto-save, this code
142137
# is sometimes annoyingly removed.

0 commit comments

Comments
 (0)