From fb74131912491ee40e235e43e74b9bdcbaa078fd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:52:02 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/compilerla/conventional-pre-commit: v2.3.0 → v4.4.0](https://github.com/compilerla/conventional-pre-commit/compare/v2.3.0...v4.4.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0) - [github.com/mpalmer/action-validator: v0.5.3 → v0.9.0](https://github.com/mpalmer/action-validator/compare/v0.5.3...v0.9.0) - [github.com/sirosen/check-jsonschema: 0.23.3 → 0.37.3](https://github.com/sirosen/check-jsonschema/compare/0.23.3...0.37.3) - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0...v4.0.0-alpha.8) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c971548..2101ef1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,17 +9,17 @@ ci: skip: [action-validator] submodules: false default_install_hook_types: [pre-commit, commit-msg] -default_stages: [commit, manual] +default_stages: [pre-commit, manual] fail_fast: false repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v2.3.0 + rev: v4.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg] args: [] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: mixed-line-ending @@ -32,16 +32,16 @@ repos: - id: check-executables-have-shebangs - id: check-docstring-first - repo: https://github.com/mpalmer/action-validator - rev: v0.5.3 + rev: v0.9.0 hooks: - id: action-validator files: '.github/.*/.*\.ya?ml' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.23.3 + rev: 0.37.3 hooks: - id: check-github-actions - id: check-github-workflows - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier