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.32.2 → v0.33.0](igorshubovych/markdownlint-cli@v0.32.2...v0.33.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
- [github.com/adrienverge/yamllint: v1.28.0 → v1.30.0](adrienverge/yamllint@v1.28.0...v1.30.0)
- [github.com/tier4/pre-commit-hooks-ros: v0.7.1 → v0.8.0](tier4/pre-commit-hooks-ros@v0.7.1...v0.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 27, 2023
1 parent 9679b5a commit ca7c872
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 @@ -18,23 +18,23 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.33.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.6
hooks:
- id: prettier

- repo: https://github.com/adrienverge/yamllint
rev: v1.28.0
rev: v1.30.0
hooks:
- id: yamllint

- repo: https://github.com/tier4/pre-commit-hooks-ros
rev: v0.7.1
rev: v0.8.0
hooks:
- id: prettier-package-xml
- id: sort-package-xml
Expand Down

0 comments on commit ca7c872

Please sign in to comment.