From fd77b5d4cea25869811e82777f9e205a42e83a88 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:39:10 +0000 Subject: [PATCH] Enable the strip-with-multi-characters ruff rule (#3112) Commit 4212357c6 fixed the remaining warnings. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f1aa03c..d9687382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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