mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: Format code with linter in badges.py
This commit is contained in:
parent
4c7d99b26c
commit
5b9464ed31
1 changed files with 6 additions and 2 deletions
|
@ -36,7 +36,11 @@ def main():
|
||||||
description="Get total downloads for a Python package from pepy.tech"
|
description="Get total downloads for a Python package from pepy.tech"
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--api-key", help="pepy.tech API key (can also be set via PEPY_API_KEY in .env file or environment variable)"
|
"--api-key",
|
||||||
|
help=(
|
||||||
|
"pepy.tech API key (can also be set via PEPY_API_KEY in .env file or environment"
|
||||||
|
" variable)"
|
||||||
|
),
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--package", default="aider-chat", help="Package name (default: aider-chat)"
|
"--package", default="aider-chat", help="Package name (default: aider-chat)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue