From 6fc4c14961f892c42cd5e12845dfa37f525adcb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:13:17 +0000 Subject: [PATCH] chore(pre-commit): bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-hooks group with 2 updates: [https://github.com/charliermarsh/ruff-pre-commit](https://github.com/charliermarsh/ruff-pre-commit) and [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy). Updates `https://github.com/charliermarsh/ruff-pre-commit` from v0.15.21 to 0.15.22 - [Release notes](https://github.com/charliermarsh/ruff-pre-commit/releases) - [Commits](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.15.21...v0.15.22) Updates `https://github.com/pre-commit/mirrors-mypy` from v2.2.0 to 2.3.0 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: https://github.com/charliermarsh/ruff-pre-commit dependency-version: 0.15.22 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 2.3.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59e7e6be..da826bd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.15.21 + rev: v0.15.22 hooks: - id: ruff-check args: [ --fix, --exit-non-zero-on-fix] @@ -31,7 +31,7 @@ repos: stages: [pre-push] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.2.0 + rev: v2.3.0 hooks: - id: mypy args: []