style: Format code with linter in badges.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-20 14:06:20 -07:00
parent 4c7d99b26c
commit 5b9464ed31

View file

@ -36,7 +36,11 @@ def main():
description="Get total downloads for a Python package from pepy.tech"
)
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(
"--package", default="aider-chat", help="Package name (default: aider-chat)"