Skip to content

Commit 5b88473

Browse files
Disable ruff/pyupgrade deprecated rule UP027
1 parent 9cdc558 commit 5b88473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ignore = [
2424
"TRY003", # raise-vanilla-args, avoid multitude of exception classes
2525
"TRY301", # raise-within-try, it's handy
2626
"UP015", # redundant-open-modes, explicit is preferred
27+
"UP027", # deprecated https://github.com/astral-sh/ruff/pull/12843
2728
"UP038", # Using `X | Y` in `isinstance` call is slower and more verbose https://github.com/astral-sh/ruff/issues/7871
2829
# Only enforcing return type annotations for public functions
2930
"ANN202", # missing-return-type-private-function

0 commit comments

Comments
 (0)