Skip to content

Commit

Permalink
Enabled pyupgrade ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 21, 2023
1 parent 767e62b commit 1ede26f
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 @@ -51,6 +51,7 @@ select = [
"ISC", # flake8-implicit-str-concat
"PGH", # pygrep-hooks
"RUF100", # unused noqa (yesqa)
"UP", # pyupgrade
]

[tool.ruff.pyupgrade]
Expand Down

0 comments on commit 1ede26f

Please sign in to comment.