From f1eb03432b5c1f8ddff07ab8c4130aa96a121222 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:21:47 +0000 Subject: [PATCH] Update pre-commit hook python-jsonschema/check-jsonschema to v0.31.1 --- template/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 8d5b685..ae8e03c 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: pyupgrade - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: - id: check-dependabot args: ["--verbose"]