Skip to content

Commit 4a77a81

Browse files
chore: sync files (autowarefoundation#71)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
1 parent 6bafedf commit 4a77a81

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/pre-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
pre-commit:
8-
if: ${{ github.event.repository.private }}
8+
if: ${{ github.event.repository.private }} # Use pre-commit.ci for public repositories
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Generate token

.pre-commit-config.yaml

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

2121
- repo: https://github.com/igorshubovych/markdownlint-cli
22-
rev: v0.32.2
22+
rev: v0.33.0
2323
hooks:
2424
- id: markdownlint
2525
args: [-c, .markdownlint.yaml, --fix]
@@ -30,12 +30,12 @@ repos:
3030
- id: prettier
3131

3232
- repo: https://github.com/adrienverge/yamllint
33-
rev: v1.28.0
33+
rev: v1.29.0
3434
hooks:
3535
- id: yamllint
3636

3737
- repo: https://github.com/tier4/pre-commit-hooks-ros
38-
rev: v0.7.1
38+
rev: v0.8.0
3939
hooks:
4040
- id: flake8-ros
4141
- id: prettier-xacro
@@ -45,29 +45,29 @@ repos:
4545
- id: sort-package-xml
4646

4747
- repo: https://github.com/shellcheck-py/shellcheck-py
48-
rev: v0.8.0.4
48+
rev: v0.9.0.2
4949
hooks:
5050
- id: shellcheck
5151

5252
- repo: https://github.com/scop/pre-commit-shfmt
53-
rev: v3.5.1-1
53+
rev: v3.6.0-1
5454
hooks:
5555
- id: shfmt
5656
args: [-w, -s, -i=4]
5757

5858
- repo: https://github.com/pycqa/isort
59-
rev: 5.10.1
59+
rev: 5.12.0
6060
hooks:
6161
- id: isort
6262

6363
- repo: https://github.com/psf/black
64-
rev: 22.10.0
64+
rev: 22.12.0
6565
hooks:
6666
- id: black
6767
args: [--line-length=100]
6868

6969
- repo: https://github.com/pre-commit/mirrors-clang-format
70-
rev: v15.0.4
70+
rev: v15.0.7
7171
hooks:
7272
- id: clang-format
7373
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)