Skip to content

Commit

Permalink
ci(pre-commit): Ignore UP007
Browse files Browse the repository at this point in the history
<astral-sh/ruff#3174>

Bug #31771
  • Loading branch information
pmhahn committed Mar 25, 2023
1 parent 1513379 commit af1b4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ ignore = [
"S103", # bad-file-permissions
"S110", # try-except-pass
"UP006", # use-pep585-annotation
"UP007", # typing-union (Py3.9+)
"UP003", # type-of-primitive
"UP012", # unnecessary-encode-utf8
#"UP016", # remove-six-compat
Expand Down

0 comments on commit af1b4c6

Please sign in to comment.