Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.16.0](DavidAnson/markdownlint-cli2@v0.14.0...v0.16.0)
- [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.30.0](python-jsonschema/check-jsonschema@0.29.3...0.30.0)
- [github.com/rhysd/actionlint: v1.7.3 → v1.7.4](rhysd/actionlint@v1.7.3...v1.7.4)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent bef184d commit 379b0a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: "v0.14.0"
rev: "v0.16.0"
hooks:
- id: markdownlint-cli2
require_serial: true
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.29.3"
rev: "0.30.0"
hooks:
- id: check-github-actions
- id: check-github-workflows
- repo: https://github.com/rhysd/actionlint
rev: "v1.7.3"
rev: "v1.7.4"
hooks:
- id: actionlint-docker
entry: docker.io/rhysd/actionlint:1.6.26
Expand Down

0 comments on commit 379b0a5

Please sign in to comment.