mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
style: Format code according to linter rules
This commit is contained in:
parent
6687cc9465
commit
eaac00ad3f
1 changed files with 8 additions and 8 deletions
|
@ -52,9 +52,7 @@ def main():
|
|||
# Load environment variables from .env file
|
||||
load_dotenv()
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Get total downloads and GitHub stars for aider"
|
||||
)
|
||||
parser = argparse.ArgumentParser(description="Get total downloads and GitHub stars for aider")
|
||||
parser.add_argument(
|
||||
"--api-key",
|
||||
help=(
|
||||
|
@ -66,7 +64,9 @@ def main():
|
|||
"--package", default="aider-chat", help="Package name (default: aider-chat)"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--github-repo", default="paul-gauthier/aider", help="GitHub repository (default: paul-gauthier/aider)"
|
||||
"--github-repo",
|
||||
default="paul-gauthier/aider",
|
||||
help="GitHub repository (default: paul-gauthier/aider)",
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue