From a05837f9183848f4a410a96c4ba1dc15f66a0619 Mon Sep 17 00:00:00 2001 From: Lars Bogner Date: Mon, 27 Jul 2026 16:11:05 +0200 Subject: [PATCH] Apply ruff format Co-Authored-By: Claude Sonnet 5 --- giant/cli.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/giant/cli.py b/giant/cli.py index 83fb3d6..310a342 100644 --- a/giant/cli.py +++ b/giant/cli.py @@ -413,9 +413,7 @@ def train( ] = None, wandb_run_name: Annotated[ Optional[str], - typer.Option( - "--wandb-run-name", help="W&B run name (default: out_dir name)" - ), + typer.Option("--wandb-run-name", help="W&B run name (default: out_dir name)"), ] = None, ) -> None: """Train the GIANT surrogate model."""