Skip to content

Commit

Permalink
ci(pre-commit): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.38.0](igorshubovych/markdownlint-cli@v0.31.1...v0.38.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.4)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.33.0](adrienverge/yamllint@v1.26.3...v1.33.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] committed Dec 11, 2023
1 parent 0035a38 commit c33ade3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand All @@ -18,23 +18,23 @@ repos:
args: [--markdown-linebreak-ext=md]

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

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v4.0.0-alpha.4
hooks:
- id: prettier

- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.33.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 c33ade3

Please sign in to comment.