From 9851fa20d3b341e0f6db4a5de96e6697247274a0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:37:24 +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.43.5 → v1.44.0](https://github.com/adhtruong/mirrors-typos/compare/v1.43.5...v1.44.0) - [github.com/python-jsonschema/check-jsonschema: 0.36.2 → 0.37.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.2...0.37.0) --- .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 4cef96a..14f6cc4 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.43.5 + rev: v1.44.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.36.2 + rev: 0.37.0 hooks: - id: check-dependabot - id: check-github-workflows