Skip to content

Commit 86448e4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rubocop-hq/rubocop: v1.9.1 → v1.30.0](rubocop/rubocop@v1.9.1...v1.30.0) - [github.com/shellcheck-py/shellcheck-py: v0.7.1.1 → v0.8.0.4](shellcheck-py/shellcheck-py@v0.7.1.1...v0.8.0.4) - [github.com/adrienverge/yamllint: v1.23.0 → v1.26.3](adrienverge/yamllint@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 a855eba commit 86448e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,36 @@ repos:
1818
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
1919
always_run: true
2020
- repo: https://github.com/rubocop-hq/rubocop
21-
rev: v1.9.1
21+
rev: v1.30.0
2222
hooks:
2323
- id: rubocop
2424
name: Check Ruby files with rubocop
2525
args: [--debug]
2626
always_run: true
2727
pass_filenames: false
2828
- repo: https://github.com/shellcheck-py/shellcheck-py
29-
rev: v0.7.1.1
29+
rev: v0.8.0.4
3030
hooks:
3131
- id: shellcheck
3232
name: Check shell scripts with shellcheck
3333
files: ^.*\.(sh|bash|ksh)$
3434
types: []
3535
- repo: https://github.com/adrienverge/yamllint
36-
rev: v1.23.0
36+
rev: v1.26.3
3737
hooks:
3838
- id: yamllint
3939
name: Check YAML syntax with yamllint
4040
args: [--strict, '.']
4141
always_run: true
4242
pass_filenames: false
4343
- repo: https://github.com/warpnet/salt-lint
44-
rev: v0.3.0
44+
rev: v0.8.0
4545
hooks:
4646
- id: salt-lint
4747
name: Check Salt files using salt-lint
4848
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
4949
- repo: https://github.com/myint/rstcheck
50-
rev: 3f929574
50+
rev: v6.0.0rc3
5151
hooks:
5252
- id: rstcheck
5353
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)