mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
Enable all pyupgrade lint rules
This commit is contained in:
parent
ffa70acad9
commit
881549e83c
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue