From 42997e2d285f17f3657dc47fd06eb251fd33ee09 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:38:43 +0100 Subject: [PATCH] [PR #11135/ec091060 backport][stable-12] ruff: remove ignore entry B904 (raise without from inside except) (#11136) ruff: remove ignore entry B904 (raise without from inside except) (#11135) Remove ignore entry. (cherry picked from commit ec091060d7a6224054f56dd524bef667f84d6dcd) Co-authored-by: Felix Fontein --- ruff.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index f32ea6ff04..00a84b2111 100644 --- a/ruff.toml +++ b/ruff.toml @@ -30,7 +30,6 @@ ignore = [ "B007", # unused-loop-control-variable "B015", # useless-comparison "B026", # star-arg-unpacking-after-keyword-arg - "B904", # raise-without-from-inside-except "SIM102", # collapsible-if "SIM110", # reimplemented-builtin "SIM112", # uncapitalized-environment-variables