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 bef184d commit 58515fbCopy full SHA for 58515fb
.pre-commit-config.yaml
@@ -7,17 +7,17 @@ repos:
7
hooks:
8
- id: yamllint
9
- repo: https://github.com/DavidAnson/markdownlint-cli2
10
- rev: "v0.14.0"
+ rev: "v0.16.0"
11
12
- id: markdownlint-cli2
13
require_serial: true
14
- repo: https://github.com/python-jsonschema/check-jsonschema
15
- rev: "0.29.3"
+ rev: "0.30.0"
16
17
- id: check-github-actions
18
- id: check-github-workflows
19
- repo: https://github.com/rhysd/actionlint
20
- rev: "v1.7.3"
+ rev: "v1.7.4"
21
22
- id: actionlint-docker
23
entry: docker.io/rhysd/actionlint:1.6.26
0 commit comments