From 84eda92bb400110a1c7baaee6dd9e7404e89b667 Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Thu, 26 Mar 2026 04:02:24 +0000 Subject: [PATCH] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.1 (#1015) Co-authored-by: Renovate Bot --- .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 19881b058..7ceaedebb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -223,7 +223,7 @@ repos: # json - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.0 + rev: 0.37.1 hooks: - id: check-circle-ci - id: check-github-workflows