style: run linter

This commit is contained in:
Paul Gauthier (aider) 2024-08-27 05:34:46 -07:00
parent 28ffece647
commit a34b16fa59

View file

@ -9,6 +9,7 @@ import aider
from aider import utils from aider import utils
from aider.dump import dump # noqa: F401 from aider.dump import dump # noqa: F401
def install_from_main_branch(io): def install_from_main_branch(io):
""" """
Install the latest version of aider from the main branch of the GitHub repository. 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, io,
"aider", "aider",
"Installing the latest version from the main branch...", "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"],
) )