File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.5 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : check-json
10
10
- id : check-merge-conflict
@@ -18,51 +18,51 @@ repos:
18
18
args : [--markdown-linebreak-ext=md]
19
19
20
20
- repo : https://github.com/igorshubovych/markdownlint-cli
21
- rev : v0.37 .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 : v4.0.0-alpha.3
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.33 .0
32
+ rev : v1.37 .0
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 : prettier-package-xml
40
40
- id : sort-package-xml
41
41
42
42
- repo : https://github.com/shellcheck-py/shellcheck-py
43
- rev : v0.9 .0.6
43
+ rev : v0.10 .0.1
44
44
hooks :
45
45
- id : shellcheck
46
46
47
47
- repo : https://github.com/scop/pre-commit-shfmt
48
- rev : v3.7 .0-4
48
+ rev : v3.11 .0-1
49
49
hooks :
50
50
- id : shfmt
51
51
args : [-w, -s, -i=4]
52
52
53
53
- repo : https://github.com/pycqa/isort
54
- rev : 5.12.0
54
+ rev : 6.0.1
55
55
hooks :
56
56
- id : isort
57
57
58
58
- repo : https://github.com/psf/black
59
- rev : 23.11 .0
59
+ rev : 25.1 .0
60
60
hooks :
61
61
- id : black
62
62
args : [--line-length=100]
63
63
64
64
- repo : https://github.com/PyCQA/flake8
65
- rev : 6.1 .0
65
+ rev : 7.2 .0
66
66
hooks :
67
67
- id : flake8
68
68
additional_dependencies :
@@ -78,12 +78,12 @@ repos:
78
78
]
79
79
80
80
- repo : https://github.com/pre-commit/mirrors-clang-format
81
- rev : v17.0.6
81
+ rev : v20.1.0
82
82
hooks :
83
83
- id : clang-format
84
84
85
85
- repo : https://github.com/cpplint/cpplint
86
- rev : 1.6.1
86
+ rev : 2.0.2
87
87
hooks :
88
88
- id : cpplint
89
89
args : [--quiet]
You can’t perform that action at this time.
0 commit comments