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.12.1](DavidAnson/markdownlint-cli2@v0.11.0...v0.12.1)
- [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.0](python-jsonschema/check-jsonschema@0.27.3...0.28.0)
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent e4ad33e commit cec63a0
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 @@ -3,16 +3,16 @@

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.12.1"
hooks:
- id: markdownlint-cli2
require_serial: true
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.27.3"
rev: "0.28.0"
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit cec63a0

Please sign in to comment.