From ec091060d7a6224054f56dd524bef667f84d6dcd Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 12 Nov 2025 21:33:08 +0100 Subject: [PATCH] ruff: remove ignore entry B904 (raise without from inside except) (#11135) Remove ignore entry. --- ruff.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index bf09c1c520..cc83b38257 100644 --- a/ruff.toml +++ b/ruff.toml @@ -29,7 +29,6 @@ ignore = [ "UP041", # Replace aliased errors with `TimeoutError` "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