From eb17c21d848074d31c9c12adc53baca30f047fd6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:23:37 +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/michen00/custom-commit-hooks: v0.0.4 → v0.1.1](https://github.com/michen00/custom-commit-hooks/compare/v0.0.4...v0.1.1) - [github.com/adhtruong/mirrors-typos: v1.48.0 → v1.49.0](https://github.com/adhtruong/mirrors-typos/compare/v1.48.0...v1.49.0) - [github.com/python-jsonschema/check-jsonschema: 0.37.4 → 0.38.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.4...0.38.0) --- .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 916c3d1..6d7eb3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: # git commit policy - repo: https://github.com/michen00/custom-commit-hooks - rev: v0.0.4 + rev: v0.1.1 hooks: - id: enhance-scope # commit-msg - id: conventional-merge-commit # prepare-commit-msg @@ -92,7 +92,7 @@ repos: - id: yamllint args: [--strict] - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.48.0 + rev: v1.49.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.4 + rev: 0.38.0 hooks: - id: check-dependabot - id: check-github-workflows