Skip to content

Commit

Permalink
chore: disable ruff pyupgrade at the moment
Browse files Browse the repository at this point in the history
It wants to replace Optional[...] by ... | None but this will break py39
support.
  • Loading branch information
azmeuk committed May 23, 2024
1 parent 6651f9f commit dc622fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"UP", # pyupgrade
# "UP", # pyupgrade
]
ignore = [
"E501", # line-too-long
Expand Down

0 comments on commit dc622fe

Please sign in to comment.