Enable the strip-with-multi-characters ruff rule (#3112)
Commit 4212357c6 fixed the remaining warnings.
This commit is contained in:
parent
457e790bd0
commit
fd77b5d4ce
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue