Skip to content

Commit

Permalink
ci(pre-commit): autoupdate (autowarefoundation#34)
Browse files Browse the repository at this point in the history
updates:
- [github.com/tier4/pre-commit-hooks-ros: v0.7.0 → v0.7.1](tier4/pre-commit-hooks-ros@v0.7.0...v0.7.1)
- [github.com/scop/pre-commit-shfmt: v3.4.3-1 → v3.5.0-1](scop/pre-commit-shfmt@v3.4.3-1...v3.5.0-1)
- [github.com/pre-commit/mirrors-clang-format: v14.0.1 → v14.0.3](pre-commit/mirrors-clang-format@v14.0.1...v14.0.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 23, 2022
1 parent c3acfd2 commit 77d12aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: yamllint

- repo: https://github.com/tier4/pre-commit-hooks-ros
rev: v0.7.0
rev: v0.7.1
hooks:
- id: flake8-ros
- id: prettier-xacro
Expand All @@ -50,7 +50,7 @@ repos:
- id: shellcheck

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.4.3-1
rev: v3.5.0-1
hooks:
- id: shfmt
args: [-w, -s, -i=4]
Expand All @@ -67,7 +67,7 @@ repos:
args: [--line-length=100]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.1
rev: v14.0.3
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand Down

0 comments on commit 77d12aa

Please sign in to comment.