Skip to content

Commit 6cec184

Browse files
Enforce ruff rules (RUF)
1 parent 6d95e83 commit 6cec184

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,7 @@ select = [
177177
"PIE810",
178178
# "PT", enable in later PR
179179
"PYI",
180-
"RUF006",
181-
"RUF012",
182-
"RUF015",
183-
"RUF024",
184-
"RUF046",
185-
"RUF100",
180+
"RUF",
186181
"SIM",
187182
"SLOT",
188183
"SIM101",
@@ -216,6 +211,8 @@ ignore = [
216211
"UP011",
217212
"UP015",
218213
"UP018",
214+
"RUF001",
215+
"RUF005",
219216
"SIM102",
220217
"SIM105",
221218
"SIM108",

0 commit comments

Comments
 (0)