We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b8f91 commit 7867040Copy full SHA for 7867040
1 file changed
.pre-commit-config.yaml
@@ -42,6 +42,13 @@ repos:
42
- id: trailing-whitespace
43
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/
44
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
+
52
- repo: https://github.com/sphinx-contrib/sphinx-lint
53
rev: v0.9.1
54
hooks:
@@ -62,5 +69,10 @@ repos:
62
69
63
70
- id: tox-ini-fmt
64
71
72
+ - repo: meta
73
74
+ - id: check-hooks-apply
75
+ - id: check-useless-excludes
76
65
77
ci:
66
78
autoupdate_schedule: monthly
0 commit comments