We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent f36c291 commit 3d0a4e7Copy full SHA for 3d0a4e7
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
31
always_run: true
32
- repo: https://github.com/rubocop-hq/rubocop
33
- rev: v1.30.1
+ rev: v1.31.1
34
hooks:
35
- id: rubocop
36
name: Check Ruby files with rubocop
@@ -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/myint/rstcheck
62
- rev: 3f929574
+ rev: v6.0.0.post1
63
64
- id: rstcheck
65
name: Check reST files using rstcheck
0 commit comments