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.
pre-commit
1 parent 7105b68 commit a861391Copy full SHA for a861391
.pre-commit-config.yaml
@@ -11,13 +11,13 @@ repos:
11
- id: check-yaml
12
name: Check YAML files with check-yaml
13
- repo: https://github.com/python-jsonschema/check-jsonschema
14
- rev: 0.35.0
+ rev: 0.36.0
15
hooks:
16
- id: check-github-workflows
17
name: Check GitHub workflows with check-jsonschema
18
args: ["--verbose"]
19
- repo: https://github.com/renovatebot/pre-commit-hooks
20
- rev: 42.54.1
+ rev: 42.65.1
21
22
- id: renovate-config-validator
23
name: Check Renovate config with renovate-config-validator
0 commit comments