Skip to content

Commit fd77b5d

Browse files
authored
Enable the strip-with-multi-characters ruff rule (#3112)
Commit 4212357 fixed the remaining warnings.
1 parent 457e790 commit fd77b5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ select = [
207207
]
208208

209209
ignore = [
210-
"B005", # strip-with-multi-characters
211210
"B006", # mutable-argument-default
212211
"B008", # function-call-in-default-argument
213212
"B010", # set-attr-with-constant

0 commit comments

Comments
 (0)