33---
44# See https://pre-commit.com for more information
55# See https://pre-commit.com/hooks.html for more hooks
6+ ci :
7+ autofix_commit_msg : |
8+ ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks
9+
10+ For more information, see https://pre-commit.ci
11+ autofix_prs : true
12+ autoupdate_branch : ' '
13+ autoupdate_commit_msg : |
14+ ci(pre-commit.ci): perform `pre-commit` autoupdate
15+ autoupdate_schedule : quarterly
16+ skip : []
17+ submodules : false
618default_stages : [commit]
719repos :
820 - repo : https://github.com/dafyddj/commitlint-pre-commit-hook
@@ -18,30 +30,30 @@ repos:
1830 additional_dependencies : ['@commitlint/config-conventional@8.3.4']
1931 always_run : true
2032 - repo : https://github.com/rubocop-hq/rubocop
21- rev : v1.9 .1
33+ rev : v1.30 .1
2234 hooks :
2335 - id : rubocop
2436 name : Check Ruby files with rubocop
2537 args : [--debug]
2638 always_run : true
2739 pass_filenames : false
2840 - repo : https://github.com/shellcheck-py/shellcheck-py
29- rev : v0.7.1.1
41+ rev : v0.8.0.4
3042 hooks :
3143 - id : shellcheck
3244 name : Check shell scripts with shellcheck
3345 files : ^.*\.(sh|bash|ksh)$
3446 types : []
3547 - repo : https://github.com/adrienverge/yamllint
36- rev : v1.23.0
48+ rev : v1.26.3
3749 hooks :
3850 - id : yamllint
3951 name : Check YAML syntax with yamllint
4052 args : [--strict, '.']
4153 always_run : true
4254 pass_filenames : false
4355 - repo : https://github.com/warpnet/salt-lint
44- rev : v0.3 .0
56+ rev : v0.8 .0
4557 hooks :
4658 - id : salt-lint
4759 name : Check Salt files using salt-lint
@@ -52,4 +64,14 @@ repos:
5264 - id : rstcheck
5365 name : Check reST files using rstcheck
5466 exclude : ' docs/CHANGELOG.rst'
55- args : [--report=warning]
67+ - repo : https://github.com/saltstack-formulas/mirrors-rst-lint
68+ rev : v1.3.2
69+ hooks :
70+ - id : rst-lint
71+ name : Check reST files using rst-lint
72+ exclude : |
73+ (?x)^(
74+ docs/CHANGELOG.rst|
75+ docs/TOFS_pattern.rst|
76+ )$
77+ additional_dependencies : [pygments==2.9.0]
0 commit comments