Commit f7074f2 1 parent e49d63c commit f7074f2 Copy full SHA for f7074f2
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
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.4 .0
6
+ rev : v4.5 .0
7
7
hooks :
8
8
- id : check-json
9
9
- id : check-merge-conflict
@@ -18,18 +18,18 @@ repos:
18
18
args : [--markdown-linebreak-ext=md]
19
19
20
20
- repo : https://github.com/igorshubovych/markdownlint-cli
21
- rev : v0.33 .0
21
+ rev : v0.39 .0
22
22
hooks :
23
23
- id : markdownlint
24
24
args : [-c, .markdownlint.yaml, --fix]
25
25
26
26
- repo : https://github.com/pre-commit/mirrors-prettier
27
- rev : v3 .0.0-alpha.6
27
+ rev : v4 .0.0-alpha.8
28
28
hooks :
29
29
- id : prettier
30
30
31
31
- repo : https://github.com/adrienverge/yamllint
32
- rev : v1.30 .0
32
+ rev : v1.33 .0
33
33
hooks :
34
34
- id : yamllint
35
35
@@ -44,29 +44,29 @@ repos:
44
44
- id : sort-package-xml
45
45
46
46
- repo : https://github.com/shellcheck-py/shellcheck-py
47
- rev : v0.9.0.2
47
+ rev : v0.9.0.6
48
48
hooks :
49
49
- id : shellcheck
50
50
51
51
- repo : https://github.com/scop/pre-commit-shfmt
52
- rev : v3.6 .0-2
52
+ rev : v3.7 .0-4
53
53
hooks :
54
54
- id : shfmt
55
55
args : [-w, -s, -i=4]
56
56
57
57
- repo : https://github.com/pycqa/isort
58
- rev : 5.12.0
58
+ rev : 5.13.2
59
59
hooks :
60
60
- id : isort
61
61
62
62
- repo : https://github.com/psf/black
63
- rev : 23.3.0
63
+ rev : 24.1.1
64
64
hooks :
65
65
- id : black
66
66
args : [--line-length=100]
67
67
68
68
- repo : https://github.com/pre-commit/mirrors-clang-format
69
- rev : v16 .0.0
69
+ rev : v17 .0.6
70
70
hooks :
71
71
- id : clang-format
72
72
types_or : [c++, c, cuda]
79
79
exclude : .cu
80
80
81
81
- repo : https://github.com/python-jsonschema/check-jsonschema
82
- rev : 0.23.2
82
+ rev : 0.27.3
83
83
hooks :
84
84
- id : check-metaschema
85
85
files : ^.+/schema/.*schema\.json$
You can’t perform that action at this time.
0 commit comments