From 6c9b93a0152a25546a3b528201b9c4ad24177859 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 27 Aug 2025 21:31:34 +0200 Subject: [PATCH] style: :art: add visual spacing around Jinja code in justfile --- template/justfile.jinja | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/template/justfile.jinja b/template/justfile.jinja index a968483..acb2842 100644 --- a/template/justfile.jinja +++ b/template/justfile.jinja @@ -24,11 +24,13 @@ install-precommit: uvx pre-commit run --all-files # Update versions of pre-commit hooks uvx pre-commit autoupdate -{% if is_seedcase_project %} + +{%- if is_seedcase_project %} # Update the Quarto seedcase-theme extension update-quarto-theme: quarto add seedcase-project/seedcase-theme --no-prompt -{% endif %} +{%- endif %} + # Install Python package dependencies install-deps: uv sync --all-extras --dev