Skip to content

Commit 7867040

Browse files
committed
Check GHA, RTD and Renovate config with pre-commit
1 parent 55b8f91 commit 7867040

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ repos:
4242
- id: trailing-whitespace
4343
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/
4444

45+
- repo: https://github.com/python-jsonschema/check-jsonschema
46+
rev: 0.28.1
47+
hooks:
48+
- id: check-github-workflows
49+
- id: check-readthedocs
50+
- id: check-renovate
51+
4552
- repo: https://github.com/sphinx-contrib/sphinx-lint
4653
rev: v0.9.1
4754
hooks:
@@ -62,5 +69,10 @@ repos:
6269
hooks:
6370
- id: tox-ini-fmt
6471

72+
- repo: meta
73+
hooks:
74+
- id: check-hooks-apply
75+
- id: check-useless-excludes
76+
6577
ci:
6678
autoupdate_schedule: monthly

0 commit comments

Comments
 (0)