Skip to content

Commit

Permalink
Add UP to ruff checks
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Apr 26, 2024
1 parent 202ea12 commit 677a554
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 @@ -79,6 +79,7 @@ select = [
"N", # pep8-naming
"W", # pycodestyle
"D", # pydocstyle
"UP", # pyupgrade
]
extend-select = [
"RUF100", # Warn about unused noqa
Expand Down

0 comments on commit 677a554

Please sign in to comment.