We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846bbb1 commit 5c1d0edCopy full SHA for 5c1d0ed
pyproject.toml
@@ -176,12 +176,7 @@ select = [
176
"PIE810",
177
# "PT", enable in later PR
178
"PYI",
179
- "RUF006",
180
- "RUF012",
181
- "RUF015",
182
- "RUF024",
183
- "RUF046",
184
- "RUF100",
+ "RUF",
185
"SIM",
186
"SLOT",
187
"SIM101",
@@ -216,6 +211,8 @@ ignore = [
216
211
"UP011",
217
212
"UP015",
218
213
"UP018",
214
+ "RUF001",
215
+ "RUF005",
219
"SIM102",
220
"SIM105",
221
"SIM108",
0 commit comments