Skip to content

Commit 6c9b93a

Browse files
committed
style: 🎨 add visual spacing around Jinja code in justfile
1 parent 72b7bca commit 6c9b93a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

template/justfile.jinja

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ install-precommit:
2424
uvx pre-commit run --all-files
2525
# Update versions of pre-commit hooks
2626
uvx pre-commit autoupdate
27-
{% if is_seedcase_project %}
27+
28+
{%- if is_seedcase_project %}
2829
# Update the Quarto seedcase-theme extension
2930
update-quarto-theme:
3031
quarto add seedcase-project/seedcase-theme --no-prompt
31-
{% endif %}
32+
{%- endif %}
33+
3234
# Install Python package dependencies
3335
install-deps:
3436
uv sync --all-extras --dev

0 commit comments

Comments
 (0)