Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bed0517

Browse files
authoredMay 10, 2024··
Merge branch 'main' into fix/pacmod_steer_test
2 parents 14eee82 + 01485e5 commit bed0517

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed
 

‎.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v4.4.0
77
hooks:
88
- id: check-json
99
- id: check-merge-conflict
@@ -18,18 +18,18 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.39.0
21+
rev: v0.33.0
2222
hooks:
2323
- id: markdownlint
2424
args: [-c, .markdownlint.yaml, --fix]
2525

2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v4.0.0-alpha.8
27+
rev: v3.0.0-alpha.6
2828
hooks:
2929
- id: prettier
3030

3131
- repo: https://github.com/adrienverge/yamllint
32-
rev: v1.35.1
32+
rev: v1.30.0
3333
hooks:
3434
- id: yamllint
3535

@@ -44,29 +44,29 @@ repos:
4444
- id: sort-package-xml
4545

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

5151
- repo: https://github.com/scop/pre-commit-shfmt
52-
rev: v3.8.0-1
52+
rev: v3.6.0-2
5353
hooks:
5454
- id: shfmt
5555
args: [-w, -s, -i=4]
5656

5757
- repo: https://github.com/pycqa/isort
58-
rev: 5.13.2
58+
rev: 5.12.0
5959
hooks:
6060
- id: isort
6161

6262
- repo: https://github.com/psf/black
63-
rev: 24.4.0
63+
rev: 23.3.0
6464
hooks:
6565
- id: black
6666
args: [--line-length=100]
6767

6868
- repo: https://github.com/pre-commit/mirrors-clang-format
69-
rev: v18.1.3
69+
rev: v16.0.0
7070
hooks:
7171
- id: clang-format
7272
types_or: [c++, c, cuda]

‎build_depends.repos

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ repositories:
33
type: git
44
url: https://github.com/autowarefoundation/autoware_msgs.git
55
version: main
6+
core/autoware_internal_msgs:
7+
type: git
8+
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
9+
version: main
610
core/common:
711
type: git
812
url: https://github.com/autowarefoundation/autoware_common.git

0 commit comments

Comments
 (0)
Please sign in to comment.