added noqa to validate system
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user