From 6549a0ee27628016b0d355860ee2c5ed6c1f090e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:54:38 +0000 Subject: [PATCH] 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/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) 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/pre-commit/mirrors-mypy` from v2.3.0 to 2.3.1 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/41e691678310dfd3833f7ab4e180ddb014310356...7ff8d35ae36a7d2b968f2f90b4c723e292e594ee) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.25.2 to 1.29.0 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/9257c6050c0261b8c57e712f632dc4a8010109a9...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/pre-commit/mirrors-mypy dependency-version: 2.3.1 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 cccffa6..c3182b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # ruff for linting and formatting python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # frozen: v0.16.0 + rev: aab412d509121cb5f7533134b7e67f9fab59c682 # frozen: v0.16.4 hooks: - id: ruff-check args: [--fix, --show-fixes, --exit-non-zero-on-fix] @@ -20,7 +20,7 @@ repos: - id: name-tests-test args: [--pytest-test-first] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 41e691678310dfd3833f7ab4e180ddb014310356 # frozen: v2.3.0 + rev: 7ff8d35ae36a7d2b968f2f90b4c723e292e594ee # frozen: v2.3.1 hooks: - id: mypy additional_dependencies: [numpy] @@ -44,7 +44,7 @@ repos: - id: action-validator # Security-focused GitHub Actions static analysis tool - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: 9257c6050c0261b8c57e712f632dc4a8010109a9 # frozen: v1.25.2 + rev: 451b56af716f9f0d0c2b816503a3fd0cf8b036fa # frozen: v1.29.0 hooks: - id: zizmor args: [--fix=safe] # enable safe fixes