From 87752260c9ed541d39b629e66ec1007fe2e0b225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:06:29 +0000 Subject: [PATCH] Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.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 c617de8..3d99f9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: '0.29.3' + rev: '0.29.4' hooks: - id: check-github-workflows args: ["--verbose"]