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 ec4833c commit a128f61Copy full SHA for a128f61
pyproject.toml
@@ -195,6 +195,11 @@ ignore = [
195
"S311",
196
]
197
198
+# Do not automatically remove commented out code.
199
+# We comment out code during development, and with VSCode auto-save, this code
200
+# is sometimes annoyingly removed.
201
+unfixable = ["ERA001"]
202
+
203
[tool.ruff.per-file-ignores]
204
"tests/test_*.py" = [
205
# Do not require tests to have a one-line summary.
0 commit comments