File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
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 : v5.0 .0
7
7
hooks :
8
8
- id : check-json
9
9
- id : check-merge-conflict
@@ -18,23 +18,23 @@ 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.44 .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.35.1
33
33
hooks :
34
34
- id : yamllint
35
35
36
36
- repo : https://github.com/tier4/pre-commit-hooks-ros
37
- rev : v0.8 .0
37
+ rev : v0.10 .0
38
38
hooks :
39
39
- id : flake8-ros
40
40
- id : prettier-xacro
@@ -44,42 +44,42 @@ 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.10 .0.1
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.10 .0-2
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 : 6.0 .0
59
59
hooks :
60
60
- id : isort
61
61
62
62
- repo : https://github.com/psf/black
63
- rev : 23.3 .0
63
+ rev : 25.1 .0
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 : v19.1.7
70
70
hooks :
71
71
- id : clang-format
72
72
types_or : [c++, c, cuda]
73
73
74
74
- repo : https://github.com/cpplint/cpplint
75
- rev : 1.6.1
75
+ rev : 2.0.0
76
76
hooks :
77
77
- id : cpplint
78
78
args : [--quiet]
79
79
exclude : .cu
80
80
81
81
- repo : https://github.com/python-jsonschema/check-jsonschema
82
- rev : 0.23 .2
82
+ rev : 0.31 .2
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