From e2ffae07213b92bfb5089c06d1df86428ba012f1 Mon Sep 17 00:00:00 2001
From: Varac renovate bot <renovatebot@varac.net>
Date: Fri, 31 Jan 2025 02:10:54 +0000
Subject: [PATCH] chore(deps): update pre-commit hook
 python-jsonschema/check-jsonschema to v0.31.1

---
 .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 845a87b..04baf63 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.31.0
+    rev: 0.31.1
     hooks:
       - id: check-gitlab-ci
 
-- 
GitLab