Skip to content

Commit

Permalink
ruff: Enable UP032 f-string rule
Browse files Browse the repository at this point in the history
No code changes necessary, but make sure we don't introduce .format().
  • Loading branch information
martinpitt authored and jelly committed Sep 22, 2023
1 parent 3ebb40a commit 0071d6c
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 @@ -19,6 +19,7 @@ select = [
"RUF", # ruff rules
"T10", # flake8-debugger
"TCH", # flake8-type-checking
"UP032", # f-string
"W", # warnings (mostly whitespace)
"YTT", # flake8-2020
]
Expand Down

0 comments on commit 0071d6c

Please sign in to comment.