style: fix lint errors (line length, import sort)

This commit is contained in:
2026-07-05 15:52:41 -07:00
parent d14b9eafa7
commit f641e7f8d3
3 changed files with 10 additions and 3 deletions

View File

@@ -149,7 +149,10 @@ def _build_deployment_group(subparsers: argparse._SubParsersAction, kind: str) -
def build_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(
prog="castle",
description="Castle platform CLI — programs, deployments (services, jobs, tools), and infrastructure",
description=(
"Castle platform CLI — programs, deployments "
"(services, jobs, tools), and infrastructure"
),
)
parser.add_argument("--version", action="version", version=f"castle {__version__}")
subparsers = parser.add_subparsers(dest="command", help="Available commands")