Skip to content

Commit 881549e

Browse files
committed
Enable all pyupgrade lint rules
1 parent ffa70ac commit 881549e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,7 @@ select = [
304304
"N", # pep8-naming
305305
"PT", # flake8-pytest-style
306306
# "RUF", # ruff
307-
# "UP", # pyupgrade
308-
"UP031", # do not use percent formatting
309-
"UP032", # use f-string instead of format call
307+
"UP", # pyupgrade
310308
"TCH", # flake8-type-checking
311309
"W", # pycodestyle
312310
]

0 commit comments

Comments
 (0)