From e82703e40a4320dc3e622cc5a7fdaacb127a00f0 Mon Sep 17 00:00:00 2001
From: Varac renovate bot <renovatebot@varac.net>
Date: Sun, 13 Oct 2024 02:06:13 +0000
Subject: [PATCH] chore(deps): 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 a9f576c..20c744e 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.29.3
+    rev: 0.29.4
     hooks:
       - id: check-gitlab-ci
 
-- 
GitLab