From 78670404862642a37d9895af56ba2003165f6871 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:55:19 +0300 Subject: [PATCH] Check GHA, RTD and Renovate config with pre-commit --- .pre-commit-config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7156d93722..51625eb4c89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,6 +42,13 @@ repos: - id: trailing-whitespace exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/ + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.28.1 + hooks: + - id: check-github-workflows + - id: check-readthedocs + - id: check-renovate + - repo: https://github.com/sphinx-contrib/sphinx-lint rev: v0.9.1 hooks: @@ -62,5 +69,10 @@ repos: hooks: - id: tox-ini-fmt + - repo: meta + hooks: + - id: check-hooks-apply + - id: check-useless-excludes + ci: autoupdate_schedule: monthly