From 114e19c93fee817af1406068e40af8bfa6136b92 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:43:32 +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/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.34.0...0.36.0) - [github.com/fsfe/reuse-tool: v5.1.1 → v6.2.0](https://github.com/fsfe/reuse-tool/compare/v5.1.1...v6.2.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.0 → 3.6.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.4.0...3.6.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 752208b..fc44dd0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: args: [--update-only, --no-title] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.0 + rev: 0.36.0 hooks: - id: check-dependabot - id: check-github-actions @@ -68,7 +68,7 @@ repos: additional_dependencies: ["pyjson5"] - repo: https://github.com/fsfe/reuse-tool - rev: v5.1.1 + rev: v6.2.0 hooks: - id: reuse exclude: ^.cache\/.*$ @@ -81,7 +81,7 @@ repos: language: system - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.4.0" + rev: "3.6.0" hooks: - id: editorconfig-checker alias: ec