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:
parent
2dfb46a4a6
commit
ec091060d7
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue