mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
style: run linter
This commit is contained in:
parent
28ffece647
commit
a34b16fa59
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ import aider
|
|||
from aider import utils
|
||||
from aider.dump import dump # noqa: F401
|
||||
|
||||
|
||||
def install_from_main_branch(io):
|
||||
"""
|
||||
Install the latest version of aider from the main branch of the GitHub repository.
|
||||
|
@ -17,7 +18,7 @@ def install_from_main_branch(io):
|
|||
io,
|
||||
"aider",
|
||||
"Installing the latest version from the main branch...",
|
||||
["--upgrade", "git+https://github.com/paul-gauthier/aider.git"]
|
||||
["--upgrade", "git+https://github.com/paul-gauthier/aider.git"],
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue