Skip to content

Commit

Permalink
ci(pre-commit): autoupdate (tier4#1310)
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.32.1](igorshubovych/markdownlint-cli@v0.31.1...v0.32.1)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.27.1](adrienverge/yamllint@v1.26.3...v1.27.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored and boyali committed Sep 28, 2022
1 parent 559a374 commit 1563a56
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 @@ -19,7 +19,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.32.1
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]
Expand All @@ -30,7 +30,7 @@ repos:
- id: prettier

- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.27.1
hooks:
- id: yamllint

Expand Down

0 comments on commit 1563a56

Please sign in to comment.