Skip to content

Commit c78938c

Browse files
Zie619claude
andcommitted
fix: format cli.py to pass ruff format check
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9c9a907 commit c78938c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/ai_bom/cli.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,7 @@ def scan(
573573
if format == "table" and not quiet:
574574
console.print()
575575
star_msg = (
576-
"✨ Found ai-bom useful? "
577-
"Give us a star: https://github.com/Trusera/ai-bom ⭐"
576+
"✨ Found ai-bom useful? Give us a star: https://github.com/Trusera/ai-bom ⭐"
578577
)
579578
console.print(f"[cyan]{star_msg}[/cyan]")
580579

@@ -774,10 +773,7 @@ def scan_cloud(
774773
# Print friendly call-to-action if scan was successful and not in quiet mode
775774
if format == "table" and not quiet:
776775
console.print()
777-
star_msg = (
778-
"✨ Found ai-bom useful? "
779-
"Give us a star: https://github.com/Trusera/ai-bom ⭐"
780-
)
776+
star_msg = "✨ Found ai-bom useful? Give us a star: https://github.com/Trusera/ai-bom ⭐"
781777
console.print(f"[cyan]{star_msg}[/cyan]")
782778

783779

0 commit comments

Comments
 (0)