From b4c28457d5f6e997fff1aa9cef2984b6bdc10a89 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:46:01 +0000 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20=F0=9F=91=B7=20update=20pre-commit=20?= =?UTF-8?q?CI=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/adhtruong/mirrors-typos: v1.46.2 → v1.46.3](https://github.com/adhtruong/mirrors-typos/compare/v1.46.2...v1.46.3) - [github.com/rvben/rumdl-pre-commit: v0.1.96 → v0.2.0](https://github.com/rvben/rumdl-pre-commit/compare/v0.1.96...v0.2.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff33908..6e07864 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,11 +24,11 @@ repos: # sub-packages, which confuses pre-commit when it tries to find the latest # version - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.46.2 + rev: v1.46.3 hooks: - id: typos - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.96 + rev: v0.2.0 hooks: - id: rumdl-fmt # Auto-format From 1eb2c72ceb7de82b3fc947d30e6566c16803758a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:46:42 +0000 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=E2=9C=8F=EF=B8=8F=20automatic=20p?= =?UTF-8?q?re-commit=20hook=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/TODO.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/template/TODO.md b/template/TODO.md index d565200..ec672b0 100644 --- a/template/TODO.md +++ b/template/TODO.md @@ -27,20 +27,16 @@ repository. - Create an `UPDATE_VERSION_APP_ID` and `ADD_TO_BOARD_APP_ID` variable of the GitHub Apps' IDs if you haven't already and connect them to - the repository. - {%- else -%} + the repository. {%- else -%} - Install the [gh CLI](https://cli.github.com/) to create the GitHub repository from the command line by using - `gh repo create {{ github_repo_spec }} --source=. --public`. - {%- endif %} - {% if hosting_provider == "netlify" %} + `gh repo create {{ github_repo_spec }} --source=. --public`. {%- endif + %} {% if hosting_provider == "netlify" %} - Connect the repository to Netlify and turn off the builds on Netlify, since you will be using GitHub Actions to build and deploy the - website. - {%- elif hosting_provider == "gh-pages" -%} + website. {%- elif hosting_provider == "gh-pages" -%} - Run `quarto publish gh-pages` to setup and start publishing the - website to GitHub Pages. - {%- endif %} + website to GitHub Pages. {%- endif %} - If relevant, connect [GoatCounter](https://www.goatcounter.com/). - If relevant, connect [pre-commit.ci](https://pre-commit.ci/) to the repository and enable the pre-commit hooks.