1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-29 00:17:35 +00:00

[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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