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 879d3d7 commit 818746cCopy full SHA for 818746c
pyproject.toml
@@ -231,13 +231,16 @@ ignore = [
231
"ANN102",
232
"ANN401",
233
"PT004", # deprecated
234
+ "PT005", # deprecated
235
"PT011", # TODO: apply this rule
236
"PT012", # TODO: apply this rule
237
"PYI013",
238
"RET505",
239
"RET506",
240
"RUF005",
241
"TRY003",
242
+ "UP027", # deprecated
243
+ "UP038", # https://github.com/astral-sh/ruff/issues/7871
244
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
245
"W191",
246
"E111",
0 commit comments