Skip to content

Commit

Permalink
🎨 Improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Apr 28, 2024
1 parent 24a866b commit a962e0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cookiecutter shouldn’t process github variables {% raw %}
# {% raw %}
name: pre-commit

on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
@app.command()
def main(args=None):
"""Console script for {{cookiecutter.project_slug}}."""
typer.echo("Replace this message by putting your code into {{cookiecutter.project_slug}}.cli.main")
typer.echo(
"Replace this message by putting your code into {{cookiecutter.project_slug}}.cli.main"
)
typer.echo("See typer documentation at https://typer.tiangolo.com/")
return 0
{%- endif %}
Expand Down

0 comments on commit a962e0f

Please sign in to comment.