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 Dec 3, 2022
1 parent a47eb6b commit 87714a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/asphalt/core/cli.py
Expand Up @@ -34,7 +34,9 @@ def main() -> None:
pass # pragma: no cover


@main.command(help="Read configuration files, pass configuration options, and start the application.")
@main.command(
help="Read configuration files, pass configuration options, and start the application."
)
@click.argument("configfile", type=click.File(), nargs=-1)
@click.option(
"--unsafe",
Expand Down

0 comments on commit 87714a5

Please sign in to comment.