1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-03 23:41:51 +00:00

fix ruff case SIM112 (#11190)

This commit is contained in:
Alexei Znamensky 2025-11-23 20:37:12 +13:00 committed by GitHub
parent 19757b3a4c
commit 9a3e26ad98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View file

@ -28,7 +28,6 @@ ignore = [
"B026", # star-arg-unpacking-after-keyword-arg
"SIM102", # collapsible-if
"SIM110", # reimplemented-builtin
"SIM112", # uncapitalized-environment-variables
"SIM114", # if-with-same-arms
"SIM115", # open-file-with-context-handler
"SIM116", # if-else-block-instead-of-dict-lookup