Skip to content

Commit

Permalink
Enable the strip-with-multi-characters ruff rule (#3112)
Browse files Browse the repository at this point in the history
Commit 4212357 fixed the remaining warnings.
  • Loading branch information
correctmost authored Jan 12, 2025
1 parent 457e790 commit fd77b5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd77b5d

Please sign in to comment.