We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent d23a7d5 commit c312f13Copy full SHA for c312f13
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: check-yaml
19
name: Check YAML files with check-yaml
20
- repo: https://github.com/python-jsonschema/check-jsonschema
21
- rev: 0.36.2
+ rev: 0.37.0
22
hooks:
23
- id: check-github-workflows
24
name: Check GitHub Actions workflows with check-jsonschema
@@ -29,7 +29,7 @@ repos:
29
- id: zizmor
30
name: Check GitHub Actions workflows with zizmor
31
- repo: https://github.com/renovatebot/pre-commit-hooks
32
- rev: 43.31.3
+ rev: 43.48.2
33
34
- id: renovate-config-validator
35
name: Check Renovate config with renovate-config-validator
0 commit comments