mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
ruff: remove ignore entry B904 (raise without from inside except) (#11135)
Remove ignore entry.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user