Skip to content

Commit a91db37

Browse files
committed
build(ruff): Remove strip-with-multi-characters from ignored rules list
1 parent 643672d commit a91db37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ ignore = [
2323
"RUF013", # implicit-optional
2424
"RUF015", # unnecessary-iterable-allocation-for-first-element
2525

26-
"B005", # strip-with-multi-characters
2726
"B010", # set-attr-with-constant
2827
"B011", # assert-false
2928
"B017", # assert-raises-exception

0 commit comments

Comments
 (0)