style: apply ruff format to cli.py and test_condor_gpu.py
CI / Lint (ruff check) (push) Successful in 1m1s
CI / Format (ruff format) (push) Successful in 1m9s
CI / Type check (ty) (push) Successful in 1m11s
CI / Tests (push) Successful in 1m56s
CI / Bump version, build & publish wheel (push) Has been skipped

Pre-existing formatting drift, unrelated to any functional change.
This commit is contained in:
2026-07-24 13:17:58 +02:00
parent 3d1fa7979e
commit dde8b367a4
2 changed files with 18 additions and 25 deletions
+6 -1
View File
@@ -8,7 +8,12 @@ from typer.testing import CliRunner
from giant import config as gconfig
from giant.cli import app
from giant.condor import CondorJobMeta, GpuSubmitConfig, parse_cluster_id, write_gpu_submit
from giant.condor import (
CondorJobMeta,
GpuSubmitConfig,
parse_cluster_id,
write_gpu_submit,
)
runner = CliRunner()