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 b15b37f commit b0b887dCopy full SHA for b0b887d
pyproject.toml
@@ -219,6 +219,11 @@ ignore = [
219
"S311",
220
]
221
222
+# Do not automatically remove commented out code.
223
+# We comment out code during development, and with VSCode auto-save, this code
224
+# is sometimes annoyingly removed.
225
+unfixable = ["ERA001"]
226
+
227
line-length = 79
228
target-version = "py311"
229
0 commit comments