From e2203a6c30286529fa93d0fd61de1d6e0b18fc80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:04:51 +0000 Subject: [PATCH] Update pre-commit hook python-jsonschema/check-jsonschema to v0.37.4 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3205a41..9659925 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: editorconfig-checker alias: ec - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 + rev: 0.37.4 hooks: - id: check-renovate additional_dependencies: ["pyjson5"]