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 3237d70 commit 1cc90d4Copy full SHA for 1cc90d4
pyproject.toml
@@ -220,7 +220,7 @@ omit= [
220
[tool.ruff]
221
target-version = "py312"
222
223
-lint_select = [
+select = [
224
"B002", # Python does not support the unary prefix increment
225
"B007", # Loop control variable {name} not used within loop body
226
"B014", # Exception handler with duplicate exception
0 commit comments