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 c3b1fb4 commit 5fa77d5Copy full SHA for 5fa77d5
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
files: ^.*\.(sh|bash|ksh)$
38
types: []
39
- repo: https://github.com/adrienverge/yamllint
40
- rev: v1.26.3
+ rev: v1.28.0
41
hooks:
42
- id: yamllint
43
name: Check YAML syntax with yamllint
@@ -50,8 +50,8 @@ repos:
50
- id: salt-lint
51
name: Check Salt files using salt-lint
52
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
53
- - repo: https://github.com/myint/rstcheck
54
- rev: 3f929574
+ - repo: https://github.com/rstcheck/rstcheck
+ rev: v6.1.0
55
56
- id: rstcheck
57
name: Check reST files using rstcheck
0 commit comments