Skip to content

Commit 63ce9bd

Browse files
authored
style: 🎨 add visual spacing around Jinja code in justfile (#173)
# Description Purely visual change, makes it easier to visually scan it. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 7d97e4f commit 63ce9bd

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 --upgrade

0 commit comments

Comments
 (0)