From bca69335d4aa035fe3402b69fcdf7eb02c4a8011 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:46:38 +0000 Subject: [PATCH 1/2] ci(pre-commit): :construction_worker: update pre-commit CI version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/commitizen-tools/commitizen: v4.13.7 → v4.13.8](https://github.com/commitizen-tools/commitizen/compare/v4.13.7...v4.13.8) - [github.com/adhtruong/mirrors-typos: v1.43.4 → v1.43.5](https://github.com/adhtruong/mirrors-typos/compare/v1.43.4...v1.43.5) - [github.com/rvben/rumdl-pre-commit: v0.1.22 → v0.1.25](https://github.com/rvben/rumdl-pre-commit/compare/v0.1.22...v0.1.25) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 273be07..1176b6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: args: [--assume-in-merge] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.7 + rev: v4.13.8 hooks: - id: commitizen @@ -27,11 +27,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.43.4 + rev: v1.43.5 hooks: - id: typos - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.22 + rev: v0.1.25 hooks: - id: rumdl-fmt # Auto-format From 184f534d842e3a96538e00e3a127579a0b3f822c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:47:18 +0000 Subject: [PATCH 2/2] chore(pre-commit): :pencil2: automatic fixes --- CHANGELOG.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ec112..f52837d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,8 @@ each release. ### Feat -- :sparkles: use ruff to check for unused arguments instead of vulture (#246) +- :sparkles: use ruff to check for unused arguments instead of vulture + (#246) ## 0.20.0 (2026-02-16) @@ -79,16 +80,15 @@ each release. - :hammer: ignore other dirs and files when listing todos (#200) - :bug: `github_repo` (via `_folder_name`) doesn't work using `update` - (#197) + (#197) ### Refactor - :pushpin: update pre-commit hook versions (#199) - :memo: simplify CHANGELOG description (#193) -- :hammer: contributor script outputs text, output to file with - justfile (#192) -- :fire: `update-from-workflow` is too complicated and not needed - (#190) +- :hammer: contributor script outputs text, output to file with justfile + (#192) +- :fire: `update-from-workflow` is too complicated and not needed (#190) ## 0.17.7 (2025-09-05) @@ -166,8 +166,8 @@ each release. ### Refactor -- :wrench: add `theme` option in `_quarto.yml`, and `brand` for - Seedcase (#170) +- :wrench: add `theme` option in `_quarto.yml`, and `brand` for Seedcase + (#170) ## 0.16.1 (2025-09-01) @@ -193,18 +193,18 @@ each release. ### Fix - :bug: need to run build workflow after version bump to get changelog - (#110) + (#110) - :construction_worker: explicitly checkout newest version to publish - (#107) + (#107) - :construction_worker: forgot to checkout before building and - publishing (#106) -- :construction_worker: only run when previous and current versions - are different (#98) + publishing (#106) +- :construction_worker: only run when previous and current versions are + different (#98) - :construction_worker: use the `has_released` output to run or not - (#97) + (#97) - :bug: install uv in publish step and only for tags (#96) - :hammer: the `check-commits` recipe wasn't correctly checking them - (#48) + (#48) - :hammer: the `check-commits` recipe wasn't correctly checking them - :bug: remove auto-built reference docs before/after building (#47) - :bug: remove auto-built reference docs before/after building