From 9f22c860c710ce879eac079428ccd5a74b7fb318 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:20:05 +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.6.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.0.3...3.6.0) - [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.4 → 0.37.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.4...0.37.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 e44de66..284ebf9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ ci: skip: [npm-lint, npm-build] 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"] @@ -19,12 +19,12 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.0.3" + rev: "3.6.0" 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 @@ -42,7 +42,7 @@ repos: language: system pass_filenames: false - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.37.0 hooks: - id: check-renovate additional_dependencies: ["pyjson5"]