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 44
55repos :
66 - repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v4.5 .0
7+ rev : v5.0 .0
88 hooks :
99 - id : check-json
1010 - id : check-merge-conflict
@@ -18,51 +18,51 @@ repos:
1818 args : [--markdown-linebreak-ext=md]
1919
2020 - repo : https://github.com/igorshubovych/markdownlint-cli
21- rev : v0.37 .0
21+ rev : v0.42 .0
2222 hooks :
2323 - id : markdownlint
2424 args : [-c, .markdownlint.yaml, --fix]
2525
2626 - repo : https://github.com/pre-commit/mirrors-prettier
27- rev : v4.0.0-alpha.3
27+ rev : v4.0.0-alpha.8
2828 hooks :
2929 - id : prettier
3030
3131 - repo : https://github.com/adrienverge/yamllint
32- rev : v1.33.0
32+ rev : v1.35.1
3333 hooks :
3434 - id : yamllint
3535
3636 - repo : https://github.com/tier4/pre-commit-hooks-ros
37- rev : v0.8 .0
37+ rev : v0.10 .0
3838 hooks :
3939 - id : prettier-package-xml
4040 - id : sort-package-xml
4141
4242 - repo : https://github.com/shellcheck-py/shellcheck-py
43- rev : v0.9 .0.6
43+ rev : v0.10 .0.1
4444 hooks :
4545 - id : shellcheck
4646
4747 - repo : https://github.com/scop/pre-commit-shfmt
48- rev : v3.7 .0-4
48+ rev : v3.9 .0-1
4949 hooks :
5050 - id : shfmt
5151 args : [-w, -s, -i=4]
5252
5353 - repo : https://github.com/pycqa/isort
54- rev : 5.12.0
54+ rev : 5.13.2
5555 hooks :
5656 - id : isort
5757
5858 - repo : https://github.com/psf/black
59- rev : 23.11 .0
59+ rev : 24.10 .0
6060 hooks :
6161 - id : black
6262 args : [--line-length=100]
6363
6464 - repo : https://github.com/PyCQA/flake8
65- rev : 6 .1.0
65+ rev : 7 .1.1
6666 hooks :
6767 - id : flake8
6868 additional_dependencies :
@@ -78,12 +78,12 @@ repos:
7878 ]
7979
8080 - repo : https://github.com/pre-commit/mirrors-clang-format
81- rev : v17.0.6
81+ rev : v19.1.1
8282 hooks :
8383 - id : clang-format
8484
8585 - repo : https://github.com/cpplint/cpplint
86- rev : 1.6.1
86+ rev : 2.0.0
8787 hooks :
8888 - id : cpplint
8989 args : [--quiet]
You can’t perform that action at this time.
0 commit comments