Skip to content

Commit

Permalink
Check for pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 7, 2025
1 parent a4ad24f commit e78bbea
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 @@ -170,6 +170,7 @@ select = [
"D", # pydocstyle
"I", # isort
"RUF022", # sort __all__
"UP", # pyupgrade
]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit e78bbea

Please sign in to comment.