File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
args : [--markdown-linebreak-ext=md]
23
23
24
24
- repo : https://github.com/igorshubovych/markdownlint-cli
25
- rev : v0.43 .0
25
+ rev : v0.44 .0
26
26
hooks :
27
27
- id : markdownlint
28
28
args : [-c, .markdownlint.yaml, --fix]
@@ -59,18 +59,18 @@ repos:
59
59
args : [-w, -s, -i=4]
60
60
61
61
- repo : https://github.com/pycqa/isort
62
- rev : 5.13.2
62
+ rev : 6.0.0
63
63
hooks :
64
64
- id : isort
65
65
66
66
- repo : https://github.com/psf/black
67
- rev : 24.10 .0
67
+ rev : 25.1 .0
68
68
hooks :
69
69
- id : black
70
70
args : [--line-length=100]
71
71
72
72
- repo : https://github.com/pre-commit/mirrors-clang-format
73
- rev : v19.1.4
73
+ rev : v19.1.7
74
74
hooks :
75
75
- id : clang-format
76
76
types_or : [c++, c, cuda]
83
83
exclude : .cu
84
84
85
85
- repo : https://github.com/python-jsonschema/check-jsonschema
86
- rev : 0.30.0
86
+ rev : 0.31.1
87
87
hooks :
88
88
- id : check-metaschema
89
89
files : ^.+/schema/.*schema\.json$
You can’t perform that action at this time.
0 commit comments