1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

ruff: remove ignore entry B904 (raise without from inside except) (#11135)

Remove ignore entry.
This commit is contained in:
Felix Fontein 2025-11-12 21:33:08 +01:00 committed by GitHub
parent 2dfb46a4a6
commit ec091060d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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