Skip to content

Commit 784f6e3

Browse files
Val Redchenkovredchenko
authored andcommitted
style: format repos.py
1 parent 88ee585 commit 784f6e3

File tree

1 file changed

+3
-1
lines changed
  • packages/smartem-workspace/smartem_workspace/setup

1 file changed

+3
-1
lines changed

packages/smartem-workspace/smartem_workspace/setup/repos.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ def clone_repos(
127127
console.print("[green]SSH authentication successful - using SSH for GitHub repos[/green]")
128128
else:
129129
console.print("[yellow]SSH not configured for GitHub - using HTTPS (anonymous/read-only)[/yellow]")
130-
console.print("[dim]To enable push access, configure SSH keys: https://docs.github.com/en/authentication/connecting-to-github-with-ssh[/dim]")
130+
console.print(
131+
"[dim]To enable push access, configure SSH keys: https://docs.github.com/en/authentication/connecting-to-github-with-ssh[/dim]"
132+
)
131133
elif use_ssh is True:
132134
console.print()
133135
console.print("[dim]Using SSH URLs (--git-ssh)[/dim]")

0 commit comments

Comments
 (0)