diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7156d937..51625eb4c 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