From 12208c38f3e40b20ab3b2634309d45fbd80b5688 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:48:52 +0000 Subject: [PATCH] chore: autoupdate pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for more information, see https://pre-commit.ci updates: - [github.com/adhtruong/mirrors-typos: v1.45.1 → v1.46.0](https://github.com/adhtruong/mirrors-typos/compare/v1.45.1...v1.46.0) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.1...0.37.2) --- .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 4362a26..99e527b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -92,7 +92,7 @@ repos: - id: yamllint args: [--strict] - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.45.1 + rev: v1.46.0 hooks: - id: typos - repo: https://github.com/codespell-project/codespell @@ -118,7 +118,7 @@ repos: # configuration validation - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-dependabot - id: check-github-workflows