From d5416899f4aa35704f92cd84b667769112740e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:25:43 +0000 Subject: [PATCH] chore(deps): Bump the pre-commit group with 5 updates Bumps the pre-commit group with 5 updates: | Package | From | To | | --- | --- | --- | | [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) | `v0.15.19` | `0.16.0` | | [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit) | `v0.2.27` | `0.2.43` | | [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) | `v3.8.4` | `3.9.6` | | [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell) | `v2.4.2` | `2.4.3` | | [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) | `v1.26.1` | `1.28.0` | Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.19 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/745be0411e3c150e246d527e531e5a221b8c3462...cb8c523fd4835aba42af70f4cad5568db4df0b6c) Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.27 to 0.2.43 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/5c0245ee573b1dea03e8cdc5bd41bd449ea8962a...75cad3ecfe02b58e8165d3ac08d117bee207ed3d) Updates `https://github.com/rbubley/mirrors-prettier` from v3.8.4 to 3.9.6 - [Commits](https://github.com/rbubley/mirrors-prettier/compare/06507ab9500d4a9919b5ebd76d9d5b7074f15c1f...0ee178619d696787ca73d210cc191d720868c631) Updates `https://github.com/codespell-project/codespell` from v2.4.2 to 2.4.3 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a...57b21406f092110c18776e39b0bda50d37c945c8) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.26.1 to 1.28.0 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/e3eebf65325ccc992422292cb7a4baee967cf815...067260dc5fe6ea86b7551bfd6f8b3ba4e6c93129) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.43 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/rbubley/mirrors-prettier dependency-version: 3.9.6 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.3 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.28.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d70059..be30f21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 745be0411e3c150e246d527e531e5a221b8c3462 # frozen: v0.15.19 + rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # frozen: v0.16.0 hooks: - id: ruff-format exclude: ^content/week01/cleanup_bessel\.ipynb$ @@ -34,18 +34,18 @@ repos: - id: nbstripout - repo: https://github.com/rvben/rumdl-pre-commit - rev: "5c0245ee573b1dea03e8cdc5bd41bd449ea8962a" # frozen: v0.2.27 + rev: "75cad3ecfe02b58e8165d3ac08d117bee207ed3d" # frozen: v0.2.43 hooks: - id: rumdl-fmt - repo: https://github.com/rbubley/mirrors-prettier - rev: "06507ab9500d4a9919b5ebd76d9d5b7074f15c1f" # frozen: v3.8.4 + rev: "0ee178619d696787ca73d210cc191d720868c631" # frozen: v3.9.6 hooks: - id: prettier exclude: '(\.md$|(^|/)pixi\.lock$)' # Markdown is handled by rumdl; pixi.lock is generated by pixi (see .gitattributes) - repo: https://github.com/codespell-project/codespell - rev: "2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a" # frozen: v2.4.2 + rev: "57b21406f092110c18776e39b0bda50d37c945c8" # frozen: v2.4.3 hooks: - id: codespell args: ["-L", "hist,whet,classe,nd", "-w"] @@ -65,7 +65,7 @@ repos: - id: blocklint - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1 + rev: 067260dc5fe6ea86b7551bfd6f8b3ba4e6c93129 # frozen: v1.28.0 hooks: - id: zizmor files: "^\\.github"