Skip to content

Commit 05d0131

Browse files
ci(pre-commit): autoupdate (#355)
updates: - [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.31.1](igorshubovych/markdownlint-cli@v0.30.0...v0.31.1) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.2](pre-commit/mirrors-prettier@v2.5.1...v2.6.2) - [github.com/tier4/pre-commit-hooks-ros: v0.5.1 → v0.6.0](tier4/pre-commit-hooks-ros@v0.5.1...v0.6.0) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.3 → v0.8.0.4](shellcheck-py/shellcheck-py@v0.8.0.3...v0.8.0.4) - [github.com/scop/pre-commit-shfmt: v3.4.2-1 → v3.4.3-1](scop/pre-commit-shfmt@v3.4.2-1...v3.4.3-1) - [github.com/cpplint/cpplint: 1.5.5 → 1.6.0](cpplint/cpplint@1.5.5...1.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1160713 commit 05d0131

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
args: [--markdown-linebreak-ext=md]
2020

2121
- repo: https://github.com/igorshubovych/markdownlint-cli
22-
rev: v0.30.0
22+
rev: v0.31.1
2323
hooks:
2424
- id: markdownlint
2525
args: [-c, .markdownlint.yaml, --fix]
2626

2727
- repo: https://github.com/pre-commit/mirrors-prettier
28-
rev: v2.5.1
28+
rev: v2.6.2
2929
hooks:
3030
- id: prettier
3131

@@ -44,12 +44,12 @@ repos:
4444
- id: ros-include-guard
4545

4646
- repo: https://github.com/shellcheck-py/shellcheck-py
47-
rev: v0.8.0.3
47+
rev: v0.8.0.4
4848
hooks:
4949
- id: shellcheck
5050

5151
- repo: https://github.com/scop/pre-commit-shfmt
52-
rev: v3.4.2-1
52+
rev: v3.4.3-1
5353
hooks:
5454
- id: shfmt
5555
args: [-w, -s, -i=4]
@@ -88,7 +88,7 @@ repos:
8888
types_or: [c++, c, cuda]
8989

9090
- repo: https://github.com/cpplint/cpplint
91-
rev: 1.5.5
91+
rev: 1.6.0
9292
hooks:
9393
- id: cpplint
9494
args: [--quiet]

0 commit comments

Comments
 (0)