From 88349419c23c9e8c122e1743832ef2cc4fa56dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heinz-Alexander=20F=C3=BCtterer?= <35225576+afuetterer@users.noreply.github.com> Date: Mon, 11 May 2026 20:10:38 +0200 Subject: [PATCH] chore: add check-jsonschema pre-commit hook --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3731d4ff..454e3a83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,3 +18,9 @@ repos: - id: end-of-file-fixer exclude_types: [csv] - id: trailing-whitespace + +- repo: https://github.com/python-jsonschema/check-jsonschema + rev: f805888065fdb6162e1f800e50bb9460cbd223d6 # frozen: 0.37.2 + hooks: + - id: check-dependabot + - id: check-github-workflows