Skip to content

Commit c72d804

Browse files
chore(pre-commit): ✏️ automatic fixes
1 parent c8e7974 commit c72d804

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ seedcase_short_name:
8888
homepage:
8989
type: str
9090
help: "What is the homepage of your project?"
91-
default: "{{ 'https://%s.seedcase-project.org' % seedcase_short_name if is_seedcase_project else '' }}"
91+
default: "{{ 'https://%s.seedcase-project.org' % seedcase_short_name if is_seedcase_project else '' }}"
9292

9393
author_given_name:
9494
type: str

template/README.md.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11

22

33
# {{ package_name }}
4-

template/_quarto.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ website:
2121
# TODO: add logo
2222
logo: ""
2323
logo-alt: "{{ package_name }} logo: Main page"
24-
{%- endif %}
24+
{%- endif %}
2525
left:
2626
- text: "Guide"
2727
href: docs/guide/index.qmd
@@ -65,7 +65,7 @@ format:
6565
seedcase-theme-html:
6666
include-before-body:
6767
- "docs/site-counter.html"
68-
{%- endif %}
68+
{%- endif %}
6969

7070
editor:
7171
markdown:

template/justfile.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# Run all build-related recipes in the justfile
99
{%- if is_seedcase_project %}
1010
run-all: install-deps update-quarto-theme format-python _checks _tests _builds
11-
{%- else %}
11+
{%- else %}
1212
run-all: install-deps format-python _checks _tests _builds
13-
{%- endif %}
13+
{%- endif %}
1414

1515
# List all TODO items in the repository
1616
list-todos:
@@ -28,7 +28,7 @@ install-precommit:
2828
# Update the Quarto seedcase-theme extension
2929
update-quarto-theme:
3030
quarto add seedcase-project/seedcase-theme --no-prompt
31-
{% endif %}
31+
{% endif %}
3232
# Install Python package dependencies
3333
install-deps:
3434
uv sync --all-extras --dev

0 commit comments

Comments
 (0)