Skip to content

Commit 433d4d1

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d1167c commit 433d4d1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/spell-check-differential.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: autowarefoundation/autoware-github-actions/spell-check@v1
1919
with:
2020
cspell-json-url: https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json
21-
local-cspell-json: .cspell.json
2221
dict-packages: |
2322
https://github.com/autowarefoundation/autoware-spell-check-dict
2423
https://github.com/tier4/cspell-dicts

.markdownlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ MD041: false
1414
MD045: false
1515
MD046: false
1616
MD049: false
17+
MD059: false

.pre-commit-config-optional.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/tcort/markdown-link-check
14-
rev: v3.13.6
14+
rev: v3.13.7
1515
hooks:
1616
- id: markdown-link-check
17-
args: [-q]
17+
args: [--quiet, --config=.markdown-link-check.json]

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
args: [--markdown-linebreak-ext=md]
2727

2828
- repo: https://github.com/igorshubovych/markdownlint-cli
29-
rev: v0.43.0
29+
rev: v0.45.0
3030
hooks:
3131
- id: markdownlint
3232
args: [-c, .markdownlint.yaml, --fix]
@@ -37,7 +37,7 @@ repos:
3737
- id: prettier
3838

3939
- repo: https://github.com/adrienverge/yamllint
40-
rev: v1.35.1
40+
rev: v1.37.1
4141
hooks:
4242
- id: yamllint
4343

@@ -62,37 +62,37 @@ repos:
6262
- id: shellcheck
6363

6464
- repo: https://github.com/scop/pre-commit-shfmt
65-
rev: v3.10.0-2
65+
rev: v3.12.0-2
6666
hooks:
6767
- id: shfmt
6868
args: [-w, -s, -i=4]
6969

7070
- repo: https://github.com/pycqa/isort
71-
rev: 5.13.2
71+
rev: 6.0.1
7272
hooks:
7373
- id: isort
7474

7575
- repo: https://github.com/psf/black
76-
rev: 24.10.0
76+
rev: 25.1.0
7777
hooks:
7878
- id: black
7979
args: [--line-length=100]
8080

8181
- repo: https://github.com/pre-commit/mirrors-clang-format
82-
rev: v19.1.6
82+
rev: v20.1.8
8383
hooks:
8484
- id: clang-format
8585
types_or: [c++, c, cuda]
8686

8787
- repo: https://github.com/cpplint/cpplint
88-
rev: 2.0.0
88+
rev: 2.0.2
8989
hooks:
9090
- id: cpplint
9191
args: [--quiet]
9292
exclude: .cu
9393

9494
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.30.0
95+
rev: 0.33.2
9696
hooks:
9797
- id: check-metaschema
9898
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)