Skip to content

Commit 7dfdbdd

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.2) - [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.1](rstcheck/rstcheck@3f92957...v6.1.1)
1 parent c3b1fb4 commit 7dfdbdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ repos:
3030
additional_dependencies: ['@commitlint/[email protected]']
3131
always_run: true
3232
- repo: https://github.com/shellcheck-py/shellcheck-py
33-
rev: v0.8.0.4
33+
rev: v0.9.0.2
3434
hooks:
3535
- id: shellcheck
3636
name: Check shell scripts with shellcheck
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.1
5555
hooks:
5656
- id: rstcheck
5757
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)