mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: format long line in sanity_check_repo function
This commit is contained in:
parent
ae1508582c
commit
29108d9962
1 changed files with 3 additions and 1 deletions
|
@ -306,7 +306,9 @@ def sanity_check_repo(repo, io):
|
|||
|
||||
if "version in (1, 2)" in error_msg:
|
||||
io.tool_error("Aider only works with git repos with version number 1 or 2.")
|
||||
io.tool_error("You may be able to convert your repo: git update-index --index-version=2")
|
||||
io.tool_error(
|
||||
"You may be able to convert your repo: git update-index --index-version=2"
|
||||
)
|
||||
io.tool_error("Or run aider --no-git to proceed without using git.")
|
||||
io.tool_error("https://github.com/paul-gauthier/aider/issues/211")
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue