Skip to content

Commit 3ad90a9

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.5](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.5) - [github.com/adrienverge/yamllint: v1.26.3 → v1.32.0](adrienverge/yamllint@v1.26.3...v1.32.0) - [github.com/warpnet/salt-lint: v0.8.0 → v0.9.2](warpnet/salt-lint@v0.8.0...v0.9.2) - https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck - [github.com/rstcheck/rstcheck: 3f929574 → v6.1.2](rstcheck/rstcheck@3f92957...v6.1.2)
1 parent 60b22ec commit 3ad90a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,28 @@ 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.5
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.32.0
4141
hooks:
4242
- id: yamllint
4343
name: Check YAML syntax with yamllint
4444
args: [--strict, '.']
4545
always_run: true
4646
pass_filenames: false
4747
- repo: https://github.com/warpnet/salt-lint
48-
rev: v0.8.0
48+
rev: v0.9.2
4949
hooks:
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.2
5555
hooks:
5656
- id: rstcheck
5757
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)