added noqa to validate system

This commit is contained in:
2026-06-14 13:41:50 -04:00
parent d916ea903c
commit e898e08c48
+1 -1
View File
@@ -4,7 +4,7 @@ import logging
import sys import sys
import tomllib import tomllib
from os import environ from os import environ
from pathlib import Path from pathlib import Path # noqa: TC003 This is required for the typer CLI
from socket import gethostname from socket import gethostname
import typer import typer