File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212repos :
1313 - repo : https://github.com/pre-commit/pre-commit-hooks
14- rev : v5 .0.0
14+ rev : v6 .0.0
1515 hooks :
1616 - id : check-json
1717 - id : check-merge-conflict
2626 args : [--markdown-linebreak-ext=md]
2727
2828 - repo : https://github.com/igorshubovych/markdownlint-cli
29- rev : v0.44 .0
29+ rev : v0.45 .0
3030 hooks :
3131 - id : markdownlint
3232 args : [-c, .markdownlint.yaml, --fix]
3737 - id : prettier
3838
3939 - repo : https://github.com/adrienverge/yamllint
40- rev : v1.37.0
40+ rev : v1.37.1
4141 hooks :
4242 - id : yamllint
4343
@@ -57,12 +57,12 @@ repos:
5757 - id : sort-package-xml
5858
5959 - repo : https://github.com/shellcheck-py/shellcheck-py
60- rev : v0.10 .0.1
60+ rev : v0.11 .0.1
6161 hooks :
6262 - id : shellcheck
6363
6464 - repo : https://github.com/scop/pre-commit-shfmt
65- rev : v3.11 .0-1
65+ rev : v3.12 .0-2
6666 hooks :
6767 - id : shfmt
6868 args : [-w, -s, -i=4]
@@ -73,26 +73,26 @@ repos:
7373 - id : isort
7474
7575 - repo : https://github.com/psf/black
76- rev : 25.1 .0
76+ rev : 25.9 .0
7777 hooks :
7878 - id : black
7979 args : [--line-length=100]
8080
8181 - repo : https://github.com/pre-commit/mirrors-clang-format
82- rev : v20 .1.0
82+ rev : v21 .1.2
8383 hooks :
8484 - id : clang-format
8585 types_or : [c++, c, cuda]
8686
8787 - repo : https://github.com/cpplint/cpplint
88- rev : 2.0.0
88+ rev : 2.0.2
8989 hooks :
9090 - id : cpplint
9191 args : [--quiet]
9292 exclude : .cu
9393
9494 - repo : https://github.com/python-jsonschema/check-jsonschema
95- rev : 0.32.1
95+ rev : 0.34.0
9696 hooks :
9797 - id : check-metaschema
9898 files : ^.+/schema/.*schema\.json$
@@ -108,7 +108,7 @@ repos:
108108 additional_dependencies : [prettier@2.7.1, "@prettier/plugin-xml@2.2.0"]
109109
110110 - repo : https://github.com/AleksaC/hadolint-py
111- rev : v2.12.1b3
111+ rev : v2.14.0
112112 hooks :
113113 - id : hadolint
114114 exclude : .svg$
You can’t perform that action at this time.
0 commit comments