Skip to content

Commit 818746c

Browse files
Update ruff rules to ignore (#2374)
Co-authored-by: Joe Hamman <[email protected]>
1 parent 879d3d7 commit 818746c

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
@@ -231,13 +231,16 @@ ignore = [
231231
"ANN102",
232232
"ANN401",
233233
"PT004", # deprecated
234+
"PT005", # deprecated
234235
"PT011", # TODO: apply this rule
235236
"PT012", # TODO: apply this rule
236237
"PYI013",
237238
"RET505",
238239
"RET506",
239240
"RUF005",
240241
"TRY003",
242+
"UP027", # deprecated
243+
"UP038", # https://github.com/astral-sh/ruff/issues/7871
241244
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
242245
"W191",
243246
"E111",

0 commit comments

Comments
 (0)