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 22, 2024
1 parent c90c697 commit 5d07a75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ extend-select = [
"YTT", # flake8-2020
]
ignore = [
# https://github.com/astral-sh/ruff/issues/7871
"UP038",
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit 5d07a75

Please sign in to comment.