Skip to content

Commit 0dcb2e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/jumanjihouse/pre-commit-hooks: 2.1.3 → 2.1.6](jumanjihouse/pre-commit-hooks@2.1.3...2.1.6) - [github.com/adrienverge/yamllint.git: v1.23.0 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.23.0...v1.26.3) - [github.com/warpnet/salt-lint: v0.3.0 → v0.8.0](warpnet/salt-lint@v0.3.0...v0.8.0) - [github.com/myint/rstcheck: 3f929574 → v6.0.0rc3](rstcheck/rstcheck@3f92957...v6.0.0rc3)
1 parent 159602d commit 0dcb2e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,29 @@ repos:
2626
always_run: true
2727
pass_filenames: false
2828
- repo: https://github.com/jumanjihouse/pre-commit-hooks
29-
rev: 2.1.3
29+
rev: 2.1.6
3030
hooks:
3131
- id: shellcheck
3232
name: Check shell scripts with shellcheck
3333
files: ^.*\.(sh|bash|ksh)$
3434
types: []
3535
args: []
3636
- repo: https://github.com/adrienverge/yamllint.git
37-
rev: v1.23.0
37+
rev: v1.26.3
3838
hooks:
3939
- id: yamllint
4040
name: Check YAML syntax with yamllint
4141
args: [--strict, '.']
4242
always_run: true
4343
pass_filenames: false
4444
- repo: https://github.com/warpnet/salt-lint
45-
rev: v0.3.0
45+
rev: v0.8.0
4646
hooks:
4747
- id: salt-lint
4848
name: Check Salt files using salt-lint
4949
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
5050
- repo: https://github.com/myint/rstcheck
51-
rev: 3f929574
51+
rev: v6.0.0rc3
5252
hooks:
5353
- id: rstcheck
5454
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)