@@ -8,7 +8,7 @@ exclude: (?i)^(.*third[^/]*party/.*|.*\.ts|.*\.trt)$
88
99repos :
1010 - repo : https://github.com/sirosen/check-jsonschema # check-jsonschema is a github actions and workflows verifier.
11- rev : 0.29.2
11+ rev : 0.37.1
1212 hooks :
1313 - id : check-github-actions
1414 - id : check-github-workflows
@@ -20,39 +20,39 @@ repos:
2020 exclude : (?i)(.*docker-compose.*|environment.*|requirement.*)$ # by-pass docker-compose since the %YAML 1.2 will break it.
2121
2222 - repo : https://github.com/AleksaC/hadolint-py # hadolint is a Dockerfile linter.
23- rev : v2.12.1b3
23+ rev : v2.14.0
2424 hooks :
2525 - id : hadolint
2626 args :
2727 - -t
2828 - error
2929
3030 - repo : https://github.com/scop/pre-commit-shfmt # pre-commit-shfmt formats shell scripts.
31- rev : v3.9 .0-1
31+ rev : v3.13 .0-1
3232 hooks :
3333 - id : shfmt
3434
3535 - repo : https://github.com/shellcheck-py/shellcheck-py # shellcheck-py is a shellcheck wrapper.
36- rev : v0.10 .0.1
36+ rev : v0.11 .0.1
3737 hooks :
3838 - id : shellcheck
3939 args :
4040 - -e
4141 - SC1071,SC1091,SC2016
4242
4343 - repo : https://github.com/asottile/reorder-python-imports
44- rev : v3.13 .0
44+ rev : v3.16 .0
4545 hooks :
4646 - id : reorder-python-imports
4747
48- - repo : https://github.com/psf/black # The uncompromising Python code formatter.
49- rev : 24.8.0
48+ - repo : https://github.com/psf/black-pre-commit-mirror # The uncompromising Python code formatter.
49+ rev : 26.3.1
5050 hooks :
5151 - id : black
5252 - id : black-jupyter
5353
5454 - repo : https://github.com/pre-commit/mirrors-clang-format # mirrors-clang-format is a clang-format wrapper, it can format json.
55- rev : v18 .1.8
55+ rev : v22 .1.2
5656 hooks :
5757 - id : clang-format
5858 files : (?i)\.(h|c|hpp|cpp|hxx|cxx|cc|json)$ # enabled json, if prettier is used, should turn off json.
@@ -68,12 +68,12 @@ repos:
6868 - id : cmake-format
6969
7070 - repo : https://github.com/executablebooks/mdformat # mdformat is a markdown formatter.
71- rev : 0.7.17
71+ rev : 1.0.0
7272 hooks :
7373 - id : mdformat
7474
7575 - repo : https://github.com/jackdewinter/pymarkdown # pymarkdown is a markdown linter.
76- rev : v0.9.22
76+ rev : v0.9.36
7777 hooks :
7878 - id : pymarkdown
7979 args :
8282 - scan
8383
8484 - repo : https://github.com/pre-commit/pre-commit-hooks # pre-commit-hooks is a collection of additional pre-commit hooks.
85- rev : v4.6 .0
85+ rev : v6.0 .0
8686 hooks :
8787 - id : requirements-txt-fixer # fixes requirements.txt and requirements-dev.txt.
8888 - id : check-added-large-files # prevents giant files from being committed.
0 commit comments