Skip to content

Commit 08b96dc

Browse files
Leaner tool.ruff.lint.ignore
1 parent e46dfcf commit 08b96dc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,18 +194,13 @@ extend-select = [
194194
"UP",
195195
]
196196
ignore = [
197-
"FURB101",
198-
"FURB103",
199-
"PT001",
200197
"PT011",
201-
"PT012",
202198
"PT031",
203199
"RET505",
204200
"RET506",
205201
"SIM108",
206202
"TRY003",
207203
"TRY301",
208-
"UP007",
209204
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
210205
"W191",
211206
"E111",

0 commit comments

Comments
 (0)