From 32377a93aea4a2a8a1f5e66a8bae09d3a9c8c4b7 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 28 Aug 2024 10:37:21 -0700 Subject: [PATCH] style: Format long line in setup_git_home function --- aider/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index e28fa7676..60061c19f 100644 --- a/aider/main.py +++ b/aider/main.py @@ -36,7 +36,8 @@ def setup_git_home(io): while True: choice = io.prompt_ask( - "Enter the number of the repository you want to work on, or ENTER for a new project: " + "Enter the number of the repository you want to work on, or ENTER for a new" + " project: " ) if not choice.strip():