Skip to content

Commit

Permalink
ci(pre-commit): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.32.0](igorshubovych/markdownlint-cli@v0.31.1...v0.32.0)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.27.1](adrienverge/yamllint@v1.26.3...v1.27.1)
  • Loading branch information
pre-commit-ci[bot] committed Jul 18, 2022
1 parent ba80754 commit fc53bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -18,7 +18,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.32.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]
Expand All @@ -29,7 +29,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 fc53bf8

Please sign in to comment.