From 763beeb9c73c0cd097b9f4dedf7aacba78adb2f2 Mon Sep 17 00:00:00 2001 From: Varac renovate bot <renovatebot@varac.net> Date: Fri, 10 Jan 2025 02:08:37 +0000 Subject: [PATCH] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0 --- .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 ab13c3d..ff1f2b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -111,7 +111,7 @@ repos: - id: trailing-whitespace stages: [commit] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-gitlab-ci -- GitLab