Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 28, 2024
1 parent ad537f9 commit 95491de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paraffin/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def main(
"--concurrency",
"-c",
envvar="PARAFFIN_CONCURRENCY",
help="Number of stages to run in parallel. If not provided," + \
" a celery worker has to be started manually.",
help="Number of stages to run in parallel. If not provided,"
+ " a celery worker has to be started manually.",
),
glob: bool = typer.Option(
False, "--glob", "-g", help="Use glob pattern to match stage names."
Expand Down

0 comments on commit 95491de

Please sign in to comment.