File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
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.40 .0
21
+ rev : v0.43 .0
22
22
hooks :
23
23
- id : markdownlint
24
24
args : [-c, .markdownlint.yaml, --fix]
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
49
49
- id : shellcheck
50
50
51
51
- repo : https://github.com/scop/pre-commit-shfmt
52
- rev : v3.8 .0-1
52
+ rev : v3.10 .0-2
53
53
hooks :
54
54
- id : shfmt
55
55
args : [-w, -s, -i=4]
@@ -60,26 +60,26 @@ repos:
60
60
- id : isort
61
61
62
62
- repo : https://github.com/psf/black
63
- rev : 24.4.2
63
+ rev : 24.10.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 : v18 .1.5
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.28.3
82
+ rev : 0.31.0
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