We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent 982705f commit 29c5f84Copy full SHA for 29c5f84
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
additional_dependencies: ['@commitlint/[email protected]']
31
always_run: true
32
- repo: https://github.com/rubocop-hq/rubocop
33
- rev: v1.30.1
+ rev: v1.36.0
34
hooks:
35
- id: rubocop
36
name: Check Ruby files with rubocop
@@ -45,7 +45,7 @@ repos:
45
files: ^.*\.(sh|bash|ksh)$
46
types: []
47
- repo: https://github.com/adrienverge/yamllint
48
- rev: v1.26.3
+ rev: v1.28.0
49
50
- id: yamllint
51
name: Check YAML syntax with yamllint
@@ -58,8 +58,8 @@ repos:
58
- id: salt-lint
59
name: Check Salt files using salt-lint
60
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
61
- - repo: https://github.com/myint/rstcheck
62
- rev: 3f929574
+ - repo: https://github.com/rstcheck/rstcheck
+ rev: v6.1.0
63
64
- id: rstcheck
65
name: Check reST files using rstcheck
0 commit comments