Skip to content

Commit d64df38

Browse files
ci: 👷 update pre-commit CI version (#291)
<!--pre-commit.ci start--> updates: - [github.com/adhtruong/mirrors-typos: v1.46.2 → v1.46.3](adhtruong/mirrors-typos@v1.46.2...v1.46.3) - [github.com/rvben/rumdl-pre-commit: v0.1.96 → v0.2.0](rvben/rumdl-pre-commit@v0.1.96...v0.2.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 935408a commit d64df38

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ repos:
2424
# sub-packages, which confuses pre-commit when it tries to find the latest
2525
# version
2626
- repo: https://github.com/adhtruong/mirrors-typos
27-
rev: v1.46.2
27+
rev: v1.46.3
2828
hooks:
2929
- id: typos
3030

3131
- repo: https://github.com/rvben/rumdl-pre-commit
32-
rev: v0.1.96
32+
rev: v0.2.0
3333
hooks:
3434
- id: rumdl-fmt # Auto-format

‎template/TODO.md‎

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,16 @@
2727
repository.
2828
- Create an `UPDATE_VERSION_APP_ID` and `ADD_TO_BOARD_APP_ID` variable
2929
of the GitHub Apps' IDs if you haven't already and connect them to
30-
the repository.
31-
{%- else -%}
30+
the repository. {%- else -%}
3231
- Install the [gh CLI](https://cli.github.com/) to create the GitHub
3332
repository from the command line by using
34-
`gh repo create {{ github_repo_spec }} --source=. --public`.
35-
{%- endif %}
36-
{% if hosting_provider == "netlify" %}
33+
`gh repo create {{ github_repo_spec }} --source=. --public`. {%- endif
34+
%} {% if hosting_provider == "netlify" %}
3735
- Connect the repository to Netlify and turn off the builds on Netlify,
3836
since you will be using GitHub Actions to build and deploy the
39-
website.
40-
{%- elif hosting_provider == "gh-pages" -%}
37+
website. {%- elif hosting_provider == "gh-pages" -%}
4138
- Run `quarto publish gh-pages` to setup and start publishing the
42-
website to GitHub Pages.
43-
{%- endif %}
39+
website to GitHub Pages. {%- endif %}
4440
- If relevant, connect [GoatCounter](https://www.goatcounter.com/).
4541
- If relevant, connect [pre-commit.ci](https://pre-commit.ci/) to the
4642
repository and enable the pre-commit hooks.

0 commit comments

Comments
 (0)