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 6d95e83 commit 6cec184Copy full SHA for 6cec184
pyproject.toml
@@ -177,12 +177,7 @@ select = [
177
"PIE810",
178
# "PT", enable in later PR
179
"PYI",
180
- "RUF006",
181
- "RUF012",
182
- "RUF015",
183
- "RUF024",
184
- "RUF046",
185
- "RUF100",
+ "RUF",
186
"SIM",
187
"SLOT",
188
"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