Skip to content

Commit 1cc90d4

Browse files
committed
Revert lint_select
1 parent 3237d70 commit 1cc90d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ omit= [
220220
[tool.ruff]
221221
target-version = "py312"
222222

223-
lint_select = [
223+
select = [
224224
"B002", # Python does not support the unary prefix increment
225225
"B007", # Loop control variable {name} not used within loop body
226226
"B014", # Exception handler with duplicate exception

0 commit comments

Comments
 (0)