We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1968afd commit a9d25a0Copy full SHA for a9d25a0
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.2.0
+ rev: v4.3.0
8
hooks:
9
- id: check-json
10
- id: check-merge-conflict
@@ -50,7 +50,7 @@ repos:
50
- id: shellcheck
51
52
- repo: https://github.com/scop/pre-commit-shfmt
53
- rev: v3.5.0-1
+ rev: v3.5.1-1
54
55
- id: shfmt
56
args: [-w, -s, -i=4]
@@ -67,7 +67,7 @@ repos:
67
args: [--line-length=100]
68
69
- repo: https://github.com/pre-commit/mirrors-clang-format
70
- rev: v14.0.3
+ rev: v14.0.4-1
71
72
- id: clang-format
73
types_or: [c++, c, cuda]
0 commit comments