From cde45d9fdf777d694b7689e56e25584285ee60b0 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 4 Oct 2024 12:50:38 -0700 Subject: [PATCH] style: fix linting issues and add newline --- aider/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/main.py b/aider/main.py index ed9ca0114..66f854149 100644 --- a/aider/main.py +++ b/aider/main.py @@ -327,6 +327,7 @@ def sanity_check_repo(repo, io): io.tool_output("You may be able to convert your repo: git update-index --index-version=2") io.tool_output("Or run aider --no-git to proceed without using git.") from aider import urls + io.tool_output(urls.git_index_version) return False