[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 ec091060d7)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2025-11-12 21:38:43 +01:00
committed by GitHub
parent 6df72406c5
commit 42997e2d28

View File

@@ -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