Enable the strip-with-multi-characters ruff rule (#3112)

Commit 4212357c6 fixed the remaining warnings.
This commit is contained in:
correctmost 2025-01-12 01:39:10 +00:00 committed by GitHub
parent 457e790bd0
commit fd77b5d4ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ select = [
]
ignore = [
"B005", # strip-with-multi-characters
"B006", # mutable-argument-default
"B008", # function-call-in-default-argument
"B010", # set-attr-with-constant