Skip to content

Commit 5fa77d5

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint: v1.26.3 → v1.28.0](adrienverge/yamllint@v1.26.3...v1.28.0) - https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck - [github.com/rstcheck/rstcheck: 3f929574 → v6.1.0](rstcheck/rstcheck@3f92957...v6.1.0)
1 parent c3b1fb4 commit 5fa77d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
files: ^.*\.(sh|bash|ksh)$
3838
types: []
3939
- repo: https://github.com/adrienverge/yamllint
40-
rev: v1.26.3
40+
rev: v1.28.0
4141
hooks:
4242
- id: yamllint
4343
name: Check YAML syntax with yamllint
@@ -50,8 +50,8 @@ repos:
5050
- id: salt-lint
5151
name: Check Salt files using salt-lint
5252
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
53-
- repo: https://github.com/myint/rstcheck
54-
rev: 3f929574
53+
- repo: https://github.com/rstcheck/rstcheck
54+
rev: v6.1.0
5555
hooks:
5656
- id: rstcheck
5757
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)