Skip to content

Commit

Permalink
chore: Jinja whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Jul 15, 2024
1 parent fb8e545 commit 53b1b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_name}}/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ generate-gpg-key:
gpg --full-generate-key; \
echo "Generated a new GPG key. Remember to register it to Github at https://github.com/settings/gpg/new, where you add the key generated by running 'gpg --armor --export <key>'"; \
fi

{% endif -%}

{% if cookiecutter.dependency_manager != 'pip' -%}
Expand Down Expand Up @@ -126,7 +127,7 @@ install-dependencies:
{% else -%}
@python -m venv .venv
@. .venv/bin/activate && pip install -qU pip && pip install -qe .[dev]
{% endif %}
{%- endif %}

setup-environment-variables:
@if [ -d src/ragger ]; then \
Expand Down

0 comments on commit 53b1b92

Please sign in to comment.