Skip to content

Commit

Permalink
Disable ruff/pyupgrade rule UP038
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed May 23, 2024
1 parent 526fa26 commit 4b1668e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ extend-select = [
]
ignore = [
"UP015", # redundant-open-modes, explicit is preferred
"UP038", # https://github.com/astral-sh/ruff/issues/7871
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit 4b1668e

Please sign in to comment.