From f8b87765fb3df82aedebcc5cdd7fd43b3e6f62ef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:23:54 +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/editorconfig-checker/editorconfig-checker.python: 3.4.1 → 3.6.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.4.1...3.6.0) - [github.com/sirosen/check-jsonschema: 0.35.0 → 0.36.0](https://github.com/sirosen/check-jsonschema/compare/0.35.0...0.36.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 9a22d9b..7f6c4cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250'] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.4.1 + rev: 3.6.0 hooks: - id: editorconfig-checker name: check .editorconfig rules @@ -85,7 +85,7 @@ repos: args: [--config=.cmake-linter.yml] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.35.0 + rev: 0.36.0 hooks: - id: check-github-workflows