From a267267f7da5068626e76a3f7bc64d07f5bf3c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 03:26:30 +0000 Subject: [PATCH] chore(deps): Bump the pre-commit group with 3 updates Bumps the pre-commit group with 3 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit) and [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.0 to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/cb8c523fd4835aba42af70f4cad5568db4df0b6c...aab412d509121cb5f7533134b7e67f9fab59c682) Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.43 to 0.2.60 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/75cad3ecfe02b58e8165d3ac08d117bee207ed3d...00c9d9edd7a5d4cb8241c158888c015d71873889) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.28.0 to 1.29.0 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/067260dc5fe6ea86b7551bfd6f8b3ba4e6c93129...451b56af716f9f0d0c2b816503a3fd0cf8b036fa) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.4 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.60 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.29.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .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 be30f21..9103a9c 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: cb8c523fd4835aba42af70f4cad5568db4df0b6c # frozen: v0.16.0 + rev: aab412d509121cb5f7533134b7e67f9fab59c682 # frozen: v0.16.4 hooks: - id: ruff-format exclude: ^content/week01/cleanup_bessel\.ipynb$ @@ -34,7 +34,7 @@ repos: - id: nbstripout - repo: https://github.com/rvben/rumdl-pre-commit - rev: "75cad3ecfe02b58e8165d3ac08d117bee207ed3d" # frozen: v0.2.43 + rev: "00c9d9edd7a5d4cb8241c158888c015d71873889" # frozen: v0.2.60 hooks: - id: rumdl-fmt @@ -65,7 +65,7 @@ repos: - id: blocklint - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: 067260dc5fe6ea86b7551bfd6f8b3ba4e6c93129 # frozen: v1.28.0 + rev: 451b56af716f9f0d0c2b816503a3fd0cf8b036fa # frozen: v1.29.0 hooks: - id: zizmor files: "^\\.github"