File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66default_stages : [commit]
77repos :
88 - repo : https://github.com/rubocop-hq/rubocop
9- rev : v1.29 .1
9+ rev : v1.50 .1
1010 hooks :
1111 - id : rubocop
1212 name : Check Ruby files with rubocop
1313 args : [--debug]
1414 always_run : true
1515 pass_filenames : false
1616 - repo : https://github.com/shellcheck-py/shellcheck-py
17- rev : v0.8 .0.4
17+ rev : v0.9 .0.2
1818 hooks :
1919 - id : shellcheck
2020 name : Check shell scripts with shellcheck
2121 args : [--severity=error]
2222 files : ^.*\.(sh|bash|ksh)$
2323 types : []
2424 - repo : https://github.com/adrienverge/yamllint
25- rev : v1.26.3
25+ rev : v1.30.0
2626 hooks :
2727 - id : yamllint
2828 name : Check YAML syntax with yamllint
2929 args : [--strict, '.']
3030 always_run : true
3131 pass_filenames : false
3232 - repo : https://github.com/warpnet/salt-lint
33- rev : v0.8.0
33+ rev : v0.9.2
3434 hooks :
3535 - id : salt-lint
3636 name : Check Salt files using salt-lint
3737 files : ^.*\.(sls|jinja|j2|tmpl|tst)$
3838 - repo : https://github.com/pre-commit/pre-commit-hooks
39- rev : v4.2 .0
39+ rev : v4.4 .0
4040 hooks :
4141 - id : end-of-file-fixer
4242 - id : trailing-whitespace
You can’t perform that action at this time.
0 commit comments