Skip to content

Commit

Permalink
Removed emoji from output that breaks pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlamont committed Dec 21, 2024
1 parent dfe812b commit 6cb815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uv_secure/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def check_dependencies(uv_lock_path: Path, ignore_ids: list[str]) -> int:
Panel.fit(
f"[bold green]No vulnerabilities detected![/]\n"
f"Checked: [bold]{total_dependencies}[/] {total_plural}\n"
f"All dependencies appear safe! 🎉"
f"All dependencies appear safe!"
)
)
return 0 # Exit successfully
Expand Down

0 comments on commit 6cb815e

Please sign in to comment.