We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent e5850af commit 9726275Copy full SHA for 9726275
.pre-commit-config.yaml
@@ -30,15 +30,15 @@ repos:
30
additional_dependencies: ['@commitlint/[email protected]']
31
always_run: true
32
- repo: https://github.com/rubocop-hq/rubocop
33
- rev: v1.54.0
+ rev: v1.56.4
34
hooks:
35
- id: rubocop
36
name: Check Ruby files with rubocop
37
args: [--debug]
38
39
pass_filenames: false
40
- repo: https://github.com/shellcheck-py/shellcheck-py
41
- rev: v0.9.0.5
+ rev: v0.9.0.6
42
43
- id: shellcheck
44
name: Check shell scripts with shellcheck
@@ -59,7 +59,7 @@ repos:
59
name: Check Salt files using salt-lint
60
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
61
- repo: https://github.com/rstcheck/rstcheck
62
- rev: v6.1.2
+ rev: v6.2.0
63
64
- id: rstcheck
65
name: Check reST files using rstcheck
0 commit comments