From eae5f28a78ecdf74d3bb18a77c1ed5dbfd791450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:46:29 +0000 Subject: [PATCH] chore(deps): Bump the pre-commit group across 1 directory with 3 updates Bumps the pre-commit group with 3 updates in the / directory: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) 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.15.12 to 0.15.19 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/6fec9b7edb08fd9989088709d864a7826dc74e80...745be0411e3c150e246d527e531e5a221b8c3462) Updates `https://github.com/rbubley/mirrors-prettier` from v3.8.3 to 3.8.4 - [Commits](https://github.com/rbubley/mirrors-prettier/compare/515f543f5718ebfd6ce22e16708bb32c68ff96e1...06507ab9500d4a9919b5ebd76d9d5b7074f15c1f) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.24.1 to 1.26.1 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/a4727cbbcd26d7098e96b9cb738169b59711ae51...e3eebf65325ccc992422292cb7a4baee967cf815) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.19 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/rbubley/mirrors-prettier dependency-version: 3.8.4 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.26.1 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 2d822a7..9122071 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: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12 + rev: 745be0411e3c150e246d527e531e5a221b8c3462 # frozen: v0.15.19 hooks: - id: ruff-format exclude: ^content/week01/cleanup_bessel\.ipynb$ @@ -39,7 +39,7 @@ repos: - id: rumdl-fmt - repo: https://github.com/rbubley/mirrors-prettier - rev: "515f543f5718ebfd6ce22e16708bb32c68ff96e1" # frozen: v3.8.3 + rev: "06507ab9500d4a9919b5ebd76d9d5b7074f15c1f" # frozen: v3.8.4 hooks: - id: prettier exclude: '\.md$' # Markdown is handled by rumdl @@ -65,7 +65,7 @@ repos: - id: blocklint - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: a4727cbbcd26d7098e96b9cb738169b59711ae51 # frozen: v1.24.1 + rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1 hooks: - id: zizmor files: "^\\.github"