mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-28 22:33:08 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user