Skip to content

Commit aba9eef

Browse files
Clean up ruff ignore
1 parent 340137f commit aba9eef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ruff.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ extend-select = [
1616
"YTT",
1717
]
1818
ignore = [
19-
# local
20-
"PERF203",
21-
"TRY003",
22-
23-
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
19+
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
2420
"W191",
2521
"E111",
2622
"E114",
@@ -39,6 +35,8 @@ ignore = [
3935
# local
4036
"B028",
4137
"B904",
38+
"PERF203",
39+
"TRY003",
4240
"TRY400",
4341
]
4442

0 commit comments

Comments
 (0)