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.
1 parent 2ffd131 commit 10fff46Copy full SHA for 10fff46
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
additional_dependencies: ['@commitlint/[email protected]']
19
always_run: true
20
- repo: https://github.com/rubocop-hq/rubocop
21
- rev: v1.25.1
+ rev: v1.30.0
22
hooks:
23
- id: rubocop
24
name: Check Ruby files with rubocop
@@ -47,7 +47,7 @@ repos:
47
name: Check Salt files using salt-lint
48
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
49
- repo: https://github.com/myint/rstcheck
50
- rev: 3f929574
+ rev: v6.0.0rc3
51
52
- id: rstcheck
53
name: Check reST files using rstcheck
0 commit comments