Skip to content

Commit

Permalink
ci(pre-commit): autoupdate (#55)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.34.0](igorshubovych/markdownlint-cli@v0.30.0...v0.34.0)
- [github.com/pre-commit/mirrors-prettier: v2.5.1 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v2.5.1...v3.0.0-alpha.9-for-vscode)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.3 → v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.3...v0.9.0.2)
- [github.com/scop/pre-commit-shfmt: v3.4.2-1 → v3.6.0-2](scop/pre-commit-shfmt@v3.4.2-1...v3.6.0-2)
- [github.com/tier4/pre-commit-hooks-ros: v0.7.1 → v0.8.0](tier4/pre-commit-hooks-ros@v0.7.1...v0.8.0)
- [github.com/pre-commit/mirrors-clang-format: v14.0.6 → v16.0.3](pre-commit/mirrors-clang-format@v14.0.6...v16.0.3)
- [github.com/cpplint/cpplint: 1.6.0 → 1.6.1](cpplint/cpplint@1.6.0...1.6.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 May 9, 2023
1 parent 0b02cb0 commit 702f79b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

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

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

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier

Expand All @@ -36,18 +36,18 @@ repos:
# - id: yamllint

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.3
rev: v0.9.0.2
hooks:
- id: shellcheck

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.4.2-1
rev: v3.6.0-2
hooks:
- id: shfmt
args: [-w, -s, -i=4]

- repo: https://github.com/tier4/pre-commit-hooks-ros
rev: v0.7.1
rev: v0.8.0
hooks:
- id: flake8-ros
- id: prettier-xacro
Expand All @@ -57,13 +57,13 @@ repos:
- id: sort-package-xml

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

- repo: https://github.com/cpplint/cpplint
rev: 1.6.0
rev: 1.6.1
hooks:
- id: cpplint
args: [--quiet]
Expand Down

0 comments on commit 702f79b

Please sign in to comment.