SIM112: fix

This commit is contained in:
Jörg Thalheim
2025-08-26 15:24:16 +02:00
parent db5571d623
commit fb2fe36c87
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ CLAN_SERVICE_INTERFACE = os.environ.get("CLAN_SERVICE_INTERFACE")
CLAN_MODULES_VIA_SERVICE = os.environ.get("CLAN_MODULES_VIA_SERVICE")
OUT = os.environ.get("out")
OUT = os.environ.get("out") # noqa: SIM112
def sanitize(text: str) -> str:

View File

@@ -49,7 +49,6 @@ lint.ignore = [
"RUF100",
"S603",
"S607",
"SIM112",
"T201",
"TD",
"TRY400",