Skip to content

Commit

Permalink
chore: auto-update of pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.34.0](igorshubovych/markdownlint-cli@v0.33.0...v0.34.0)
- [github.com/adrienverge/yamllint: v1.31.0 → v1.32.0](adrienverge/yamllint@v1.31.0...v1.32.0)
  • Loading branch information
pre-commit-ci[bot] authored May 22, 2023
1 parent 706a305 commit 1787d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.34.0
hooks:
- id: markdownlint
exclude: ^(\.stentor\.d/|.*/testdata/)

- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint
exclude: ^(.github/workflows/)
Expand Down

0 comments on commit 1787d3d

Please sign in to comment.