File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
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 : v4.6 .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.41 .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.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 : 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.8 .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 : 5.13.2
55
55
hooks :
56
56
- id : isort
57
57
58
58
- repo : https://github.com/psf/black
59
- rev : 23.11 .0
59
+ rev : 24.8 .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 .1.1
66
66
hooks :
67
67
- id : flake8
68
68
additional_dependencies :
78
78
]
79
79
80
80
- repo : https://github.com/pre-commit/mirrors-clang-format
81
- rev : v17.0.6
81
+ rev : v18.1.8
82
82
hooks :
83
83
- id : clang-format
84
84
You can’t perform that action at this time.
0 commit comments