We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842a4b1 commit 05d54c8Copy full SHA for 05d54c8
pyproject.toml
@@ -132,11 +132,6 @@ lint.ignore = [
132
"S101",
133
]
134
135
-lint.per-file-ignores."tests/*.py" = [
136
- # Do not require tests to have a one-line summary.
137
- "D205",
138
-]
139
-
140
# Do not automatically remove commented out code.
141
# We comment out code during development, and with VSCode auto-save, this code
142
# is sometimes annoyingly removed.
0 commit comments