We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d97e4f commit 63ce9bdCopy full SHA for 63ce9bd
template/justfile.jinja
@@ -24,11 +24,13 @@ install-precommit:
24
uvx pre-commit run --all-files
25
# Update versions of pre-commit hooks
26
uvx pre-commit autoupdate
27
-{% if is_seedcase_project %}
+
28
+{%- if is_seedcase_project %}
29
# Update the Quarto seedcase-theme extension
30
update-quarto-theme:
31
quarto add seedcase-project/seedcase-theme --no-prompt
-{% endif %}
32
+{%- endif %}
33
34
# Install Python package dependencies
35
install-deps:
36
uv sync --all-extras --dev --upgrade
0 commit comments