From 2b5f70ee09a40c1a35cde02642b95baf68ad7c2a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 06:28:07 +0000 Subject: [PATCH] fix: resolve CI linting and type checking errors --- scaffoldforge/cli/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaffoldforge/cli/commands.py b/scaffoldforge/cli/commands.py index 3075427..5a04867 100644 --- a/scaffoldforge/cli/commands.py +++ b/scaffoldforge/cli/commands.py @@ -203,4 +203,4 @@ def list_templates(ctx: click.Context, language: Optional[str]): templates = engine.list_available_templates(lang) click.echo(f"{lang}:") for t in templates: - click.echo(f" - {t}") + click.echo(f" - {t}") \ No newline at end of file