Skip to content

Commit 43d434c

Browse files
Ignore new ruff rules (ruff 0.12)
1 parent 111d765 commit 43d434c

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
@@ -315,7 +315,7 @@ extend-select = [
315315
"RUF",
316316
"SIM", # flake8-simplify
317317
"SLOT", # flake8-slots
318-
"TC", # flake8-type-checking
318+
"TC", # flake8-type-checking
319319
"TRY", # tryceratops
320320
"UP", # pyupgrade
321321
"W", # pycodestyle warnings

0 commit comments

Comments
 (0)