From 8f4a89afdcb112dfceb39f1b682f3471453ed372 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:09:51 +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/commitizen-tools/commitizen: v4.13.10 → v4.15.0](https://github.com/commitizen-tools/commitizen/compare/v4.13.10...v4.15.0) - [github.com/adhtruong/mirrors-typos: v1.45.1 → v1.46.0](https://github.com/adhtruong/mirrors-typos/compare/v1.45.1...v1.46.0) - [github.com/rvben/rumdl-pre-commit: v0.1.83 → v0.1.87](https://github.com/rvben/rumdl-pre-commit/compare/v0.1.83...v0.1.87) --- .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 bc616ae..c64b64d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: args: [ --assume-in-merge ] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.10 + rev: v4.15.0 hooks: - id: commitizen @@ -29,11 +29,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.45.1 + rev: v1.46.0 hooks: - id: typos - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.83 + rev: v0.1.87 hooks: - id: rumdl-fmt # Auto-format From c53b94ff2a97e7b5c8f3834b9608717fab98e557 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:10:27 +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 --- README.md | 2 +- README.qmd | 2 +- index.qmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47f45f1..38bfc2b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ workshops. The template helps set up and maintain workshop repositories, which contain files to create a website for a workshop and that might also be -used as an open educational resource (OER). Use this template to quickly +used as an open educational resource (OVER). Use this template to quickly get started with a new workshop with all the necessary files and configurations in place for a smoother “developer experience” and to have [continuous diff --git a/README.qmd b/README.qmd index 6d6ffce..8f4eefa 100644 --- a/README.qmd +++ b/README.qmd @@ -20,7 +20,7 @@ workshops. The template helps set up and maintain workshop repositories, which contain files to create a website for a workshop and that might also be -used as an open educational resource (OER). Use this template to quickly +used as an open educational resource (OVER). Use this template to quickly get started with a new workshop with all the necessary files and configurations in place for a smoother "developer experience" and to have diff --git a/index.qmd b/index.qmd index 415b2a1..ad8b07f 100644 --- a/index.qmd +++ b/index.qmd @@ -3,7 +3,7 @@ {{< include /docs/includes/_badges.qmd >}} This is a template for creating a new workshop with the intent of making -it an open educational resource (OER). Use this template to quickly get +it an open educational resource (OVER). Use this template to quickly get started with a new workshop with all the necessary files and configurations in place, including for developing the workshop.