Enable all pyupgrade lint rules

This commit is contained in:
Šarūnas Nejus 2025-11-08 11:52:12 +00:00
parent ffa70acad9
commit 881549e83c
No known key found for this signature in database

View file

@ -304,9 +304,7 @@ select = [
"N", # pep8-naming
"PT", # flake8-pytest-style
# "RUF", # ruff
# "UP", # pyupgrade
"UP031", # do not use percent formatting
"UP032", # use f-string instead of format call
"UP", # pyupgrade
"TCH", # flake8-type-checking
"W", # pycodestyle
]