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/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1)
- [github.com/DavidAnson/markdownlint-cli2: v0.11.0 → v0.13.0](DavidAnson/markdownlint-cli2@v0.11.0...v0.13.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.4](python-jsonschema/check-jsonschema@0.27.3...0.28.4)
- [github.com/rhysd/actionlint: v1.6.26 → v1.7.1](rhysd/actionlint@v1.6.26...v1.7.1)
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent e4ad33e commit bdfa0cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

repos:
- repo: https://github.com/adrienverge/yamllint
rev: "v1.33.0"
rev: "v1.35.1"
hooks:
- id: yamllint
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: "v0.11.0"
rev: "v0.13.0"
hooks:
- id: markdownlint-cli2
require_serial: true
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.27.3"
rev: "0.28.4"
hooks:
- id: check-github-actions
- id: check-github-workflows
- repo: https://github.com/rhysd/actionlint
rev: "v1.6.26"
rev: "v1.7.1"
hooks:
- id: actionlint-docker
entry: docker.io/rhysd/actionlint:1.6.26
Expand Down

0 comments on commit bdfa0cc

Please sign in to comment.