From 932065ff1a785eaff1e675c08cf05939d6cb98c1 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 13 Oct 2023 14:44:59 -0400 Subject: [PATCH] chore: add schema validator check Signed-off-by: Henry Schreiner --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 836d716..60ab5cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,3 +74,11 @@ repos: main() additional_dependencies: - validate-pyproject[all]>=0.13 + +- repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.27.0 + hooks: + - id: check-metaschema + files: \.schema\.json$ + - id: check-readthedocs + - id: check-github-workflows