diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a0d06a1..91cea775 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,14 @@ repos: - id: ruff args: [--fix] - id: ruff-format -- repo: https://github.com/adrienverge/yamllint.git +- repo: https://github.com/adrienverge/yamllint rev: v1.35.1 hooks: - id: yamllint args: [--strict] +- repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.29.2 + hooks: + - id: check-dependabot + - id: check-github-workflows + - id: check-readthedocs