Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Oct 10, 2024
1 parent d63bc09 commit dc0b9fa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions adabot/circuitpython_library_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,11 @@ def main_cli():
)

parser = argparse.ArgumentParser(
prog='adabot.circuitpython_library_release',
description='Create GitHub releases for CircuitPython Library projects if they '
'contain commits newer than the most recent release.')
parser.add_argument('-t', '--title')
prog="adabot.circuitpython_library_release",
description="Create GitHub releases for CircuitPython Library projects if they "
"contain commits newer than the most recent release.",
)
parser.add_argument("-t", "--title")
args = parser.parse_args()
if args.title is not None:
config["RELEASE_TITLE"] = args.title
Expand Down

0 comments on commit dc0b9fa

Please sign in to comment.