File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.6 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : check-json
9
9
- id : check-merge-conflict
18
18
args : [--markdown-linebreak-ext=md]
19
19
20
20
- repo : https://github.com/igorshubovych/markdownlint-cli
21
- rev : v0.41 .0
21
+ rev : v0.42 .0
22
22
hooks :
23
23
- id : markdownlint
24
24
args : [-c, .markdownlint.yaml, --fix]
72
72
args : [--line-length=100]
73
73
74
74
- repo : https://github.com/pre-commit/mirrors-clang-format
75
- rev : v18 .1.8
75
+ rev : v19 .1.1
76
76
hooks :
77
77
- id : clang-format
78
78
types_or : [c++, c, cuda]
85
85
exclude : .cu
86
86
87
87
- repo : https://github.com/python-jsonschema/check-jsonschema
88
- rev : 0.29.2
88
+ rev : 0.29.3
89
89
hooks :
90
90
- id : check-metaschema
91
91
files : ^.+/schema/.*schema\.json$
You can’t perform that action at this time.
0 commit comments