From 4ebecbd7a2102c28e35ad80f2a63f891ebaf516b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:12:45 +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/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.6.0 → 3.6.1](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.6.0...3.6.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/sirosen/check-jsonschema: 0.36.2 → 0.37.1](https://github.com/sirosen/check-jsonschema/compare/0.36.2...0.37.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8293d93..fea5305 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: args: [--whitespaces-count, '2'] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell @@ -66,13 +66,13 @@ repos: args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250'] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.0 + rev: 3.6.1 hooks: - id: editorconfig-checker name: check .editorconfig rules - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell @@ -85,7 +85,7 @@ repos: args: [--config=.cmake-linter.yml] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.36.2 + rev: 0.37.1 hooks: - id: check-github-workflows