From 92b1388a21e122aff39dda15f51e1a6b43e299a4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:05:18 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.4.1](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.0.3...3.4.1) - [github.com/fsfe/reuse-tool: v4.0.3 → v6.2.0](https://github.com/fsfe/reuse-tool/compare/v4.0.3...v6.2.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.35.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.3...0.35.0) --- .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 338504b3..9290cc17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ ci: skip: [yarn-lint] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace args: ["--markdown-linebreak-ext", "md"] @@ -22,12 +22,12 @@ repos: - id: check-shebang-scripts-are-executable - id: check-illegal-windows-names - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.0.3" + rev: "3.4.1" hooks: - id: editorconfig-checker alias: ec - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v6.2.0 hooks: - id: reuse - repo: local @@ -37,7 +37,7 @@ repos: entry: corepack yarn lint language: system - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.35.0 hooks: - id: check-renovate additional_dependencies: ["pyjson5"]