Skip to content

Commit 3a4c8dc

Browse files
ci(pre-commit): quarterly autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.45.0...v0.48.0) - [github.com/adrienverge/yamllint: v1.37.1 → v1.38.0](adrienverge/yamllint@v1.37.1...v1.38.0) - [github.com/autowarefoundation/autoware-guideline-check: 0.1.0 → 0.2.0](autowarefoundation/autoware-guideline-check@0.1.0...0.2.0) - [github.com/tier4/pre-commit-hooks-ros: v0.10.0 → v0.10.2](tier4/pre-commit-hooks-ros@v0.10.0...v0.10.2) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/scop/pre-commit-shfmt: v3.11.0-1 → v3.13.0-1](scop/pre-commit-shfmt@v3.11.0-1...v3.13.0-1) - [github.com/pycqa/isort: 6.0.1 → 8.0.1](PyCQA/isort@6.0.1...8.0.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v22.1.2](pre-commit/mirrors-clang-format@v20.1.7...v22.1.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.37.1](python-jsonschema/check-jsonschema@0.33.1...0.37.1) - [github.com/AleksaC/hadolint-py: v2.12.1b3 → v2.14.0](AleksaC/hadolint-py@v2.12.1b3...v2.14.0)
1 parent 2c663f0 commit 3a4c8dc

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.pre-commit-config.yaml

Lines changed: 13 additions & 13 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: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-json
1717
- id: check-merge-conflict
@@ -26,7 +26,7 @@ repos:
2626
args: [--markdown-linebreak-ext=md]
2727

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

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

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

4949
- repo: https://github.com/tier4/pre-commit-hooks-ros
50-
rev: v0.10.0
50+
rev: v0.10.2
5151
hooks:
5252
- id: flake8-ros
5353
- id: prettier-xacro
@@ -57,29 +57,29 @@ repos:
5757
- id: sort-package-xml
5858

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

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

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

75-
- repo: https://github.com/psf/black
76-
rev: 25.1.0
75+
- repo: https://github.com/psf/black-pre-commit-mirror
76+
rev: 26.3.1
7777
hooks:
7878
- id: black
7979
args: [--line-length=100]
8080

8181
- repo: https://github.com/pre-commit/mirrors-clang-format
82-
rev: v20.1.7
82+
rev: v22.1.2
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.33.1
95+
rev: 0.37.1
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.12.1b3
111+
rev: v2.14.0
112112
hooks:
113113
- id: hadolint
114114
exclude: .svg$

0 commit comments

Comments
 (0)