Skip to content

Commit bde1bee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint: v1.31.0 → v1.32.0](adrienverge/yamllint@v1.31.0...v1.32.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.9.0.5](shellcheck-py/shellcheck-py@v0.9.0.2...v0.9.0.5) - [github.com/pre-commit/mirrors-clang-format: v16.0.3 → v16.0.4](pre-commit/mirrors-clang-format@v16.0.3...v16.0.4)
1 parent 689f93c commit bde1bee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: prettier
3030

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

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

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

@@ -66,7 +66,7 @@ repos:
6666
args: [--line-length=100]
6767

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

0 commit comments

Comments
 (0)