We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
1 parent b48b170 commit 39028d2Copy full SHA for 39028d2
.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.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