From 6367ee5dfc6f301b259b086e21e7aef6f302805c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:46:18 +0000 Subject: [PATCH] chore(deps): bump the pre-commit group with 4 updates Bumps the pre-commit group with 4 updates: [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), [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) and [https://github.com/rhysd/actionlint](https://github.com/rhysd/actionlint). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.7 to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/e05c5c0818279e5ac248ac9e954431ba58865e61...6fec9b7edb08fd9989088709d864a7826dc74e80) Updates `https://github.com/pre-commit/mirrors-mypy` from v1.19.1 to 1.20.2 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/a66e98df7b4aeeb3724184b332785976d062b92e...fc0f09a29bb495f4a91f00266155d6282d52485d) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.23.1 to 1.24.1 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/ea2eb407b4cbce87cf0d502f36578950494f5ac9...a4727cbbcd26d7098e96b9cb738169b59711ae51) Updates `https://github.com/rhysd/actionlint` from v1.7.11 to 1.7.12 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhysd/actionlint/compare/393031adb9afb225ee52ae2ccd7a5af5525e03e8...914e7df21a07ef503a81201c76d2b11c789d3fca) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.12 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 1.20.2 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.24.1 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/rhysd/actionlint dependency-version: 1.7.12 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b7355733..6741620d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: e05c5c0818279e5ac248ac9e954431ba58865e61 # frozen: v0.15.7 + rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12 hooks: - id: ruff-check args: [ --fix ] @@ -23,7 +23,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-mypy - rev: a66e98df7b4aeeb3724184b332785976d062b92e # frozen: v1.19.1 + rev: fc0f09a29bb495f4a91f00266155d6282d52485d # frozen: v1.20.2 hooks: - id: mypy exclude: '^(docs)' @@ -37,14 +37,14 @@ repos: args: [] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: ea2eb407b4cbce87cf0d502f36578950494f5ac9 # frozen: v1.23.1 + rev: a4727cbbcd26d7098e96b9cb738169b59711ae51 # frozen: v1.24.1 hooks: - id: zizmor files: "^\\.github" args: [--persona=auditor] - repo: https://github.com/rhysd/actionlint - rev: 393031adb9afb225ee52ae2ccd7a5af5525e03e8 # frozen: v1.7.11 + rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12 hooks: - id: actionlint