From 5ad82ddd15e605fd4031efb5f5a847330292ee89 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Wed, 20 Mar 2024 14:12:32 +0100 Subject: [PATCH] Fixup with check-jsonschema --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 224f0bc..4fba0dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -82,3 +82,9 @@ repos: rev: v0.16 hooks: - id: validate-pyproject # Validate the contents of pyproject.toml + + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.28.0 + hooks: + - id: check-readthedocs # Validate the given .readthedocs.yml file + - id: check-dependabot # Validate the given dependabot.yml file