Skip to content

Commit d6218a0

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 95b295a commit d6218a0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

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

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v6.0.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-json
1717
- id: check-merge-conflict
@@ -42,7 +42,7 @@ repos:
4242
- id: yamllint
4343

4444
- repo: https://github.com/autowarefoundation/autoware-guideline-check
45-
rev: 0.2.0
45+
rev: 0.1.0
4646
hooks:
4747
- id: check-package-depends
4848

@@ -57,7 +57,7 @@ repos:
5757
- id: sort-package-xml
5858

5959
- repo: https://github.com/shellcheck-py/shellcheck-py
60-
rev: v0.11.0.1
60+
rev: v0.10.0.1
6161
hooks:
6262
- id: shellcheck
6363

@@ -68,18 +68,18 @@ repos:
6868
args: [-w, -s, -i=4]
6969

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

75-
- repo: https://github.com/psf/black-pre-commit-mirror
76-
rev: 25.9.0
75+
- repo: https://github.com/psf/black
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: v21.1.2
82+
rev: v20.1.8
8383
hooks:
8484
- id: clang-format
8585
types_or: [c++, c, cuda]
@@ -92,7 +92,7 @@ repos:
9292
exclude: .cu
9393

9494
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.34.0
95+
rev: 0.33.2
9696
hooks:
9797
- id: check-metaschema
9898
files: ^.+/schema/.*schema\.json$
@@ -108,7 +108,7 @@ repos:
108108
additional_dependencies: [prettier@2.7.1, "@prettier/plugin-xml@2.2.0"]
109109

110110
- repo: https://github.com/AleksaC/hadolint-py
111-
rev: v2.14.0
111+
rev: v2.12.1b3
112112
hooks:
113113
- id: hadolint
114114
exclude: .svg$

0 commit comments

Comments
 (0)