Skip to content

Commit 4b1668e

Browse files
Disable ruff/pyupgrade rule UP038
astral-sh/ruff#7871
1 parent 526fa26 commit 4b1668e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ extend-select = [
88
]
99
ignore = [
1010
"UP015", # redundant-open-modes, explicit is preferred
11+
"UP038", # https://github.com/astral-sh/ruff/issues/7871
1112
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
1213
"W191",
1314
"E111",

0 commit comments

Comments
 (0)