[PR #11190/9a3e26ad backport][stable-12] fix ruff case SIM112 (#11194)

fix ruff case SIM112 (#11190)

(cherry picked from commit 9a3e26ad98)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2025-11-23 08:58:35 +01:00
committed by GitHub
parent 9cdeb5a9b9
commit 084ecd96e1
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