Skip to content

Commit 064eab0

Browse files
Update ruff rules to ignore
1 parent 840a3f7 commit 064eab0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,16 @@ ignore = [
229229
"ANN102",
230230
"ANN401",
231231
"PT004", # deprecated
232+
"PT005", # deprecated
232233
"PT011", # TODO: apply this rule
233234
"PT012", # TODO: apply this rule
234235
"PYI013",
235236
"RET505",
236237
"RET506",
237238
"RUF005",
238239
"TRY003",
240+
"UP027", # deprecated
241+
"UP038", # https://github.com/astral-sh/ruff/issues/7871
239242
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
240243
"W191",
241244
"E111",

0 commit comments

Comments
 (0)