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 cabecae commit a2a0424Copy full SHA for a2a0424
pyproject.toml
@@ -139,17 +139,25 @@ line-length = 100
139
[tool.ruff.lint]
140
extend-select = [
141
"B",
142
+ "FLY",
143
+ "FURB",
144
+ "G",
145
"I",
146
+ "PERF",
147
"PGH",
148
"PIE",
149
"PT",
150
+ "PYI",
151
"RSE",
152
"RUF",
153
"UP",
154
+ # "W", https://github.com/astral-sh/ruff/issues/13763
155
]
156
ignore = [
157
"B028",
158
"B904",
159
+ "FURB101",
160
+ "FURB103",
161
"PT001",
162
"PT004", # deprecated
163
"PT005", # deprecated
0 commit comments