From 4a8b4f655aaa1906da993291149ee799f20d479c Mon Sep 17 00:00:00 2001
From: Varac renovate bot <renovatebot@varac.net>
Date: Sun, 1 Dec 2024 02:06:45 +0000
Subject: [PATCH] chore(deps): update pre-commit hook
 python-jsonschema/check-jsonschema to v0.30.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 2f5c185..a213c07 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.4
+    rev: 0.30.0
     hooks:
       - id: check-gitlab-ci
 
-- 
GitLab