Skip to content

Commit 80adb91

Browse files
committed
Bump rubocop, yamllint, shellcheck and salt-lint versions
1 parent c41fa9c commit 80adb91

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
@@ -6,37 +6,37 @@
66
default_stages: [commit]
77
repos:
88
- repo: https://github.com/rubocop-hq/rubocop
9-
rev: v1.29.1
9+
rev: v1.50.1
1010
hooks:
1111
- id: rubocop
1212
name: Check Ruby files with rubocop
1313
args: [--debug]
1414
always_run: true
1515
pass_filenames: false
1616
- repo: https://github.com/shellcheck-py/shellcheck-py
17-
rev: v0.8.0.4
17+
rev: v0.9.0.2
1818
hooks:
1919
- id: shellcheck
2020
name: Check shell scripts with shellcheck
2121
args: [--severity=error]
2222
files: ^.*\.(sh|bash|ksh)$
2323
types: []
2424
- repo: https://github.com/adrienverge/yamllint
25-
rev: v1.26.3
25+
rev: v1.30.0
2626
hooks:
2727
- id: yamllint
2828
name: Check YAML syntax with yamllint
2929
args: [--strict, '.']
3030
always_run: true
3131
pass_filenames: false
3232
- repo: https://github.com/warpnet/salt-lint
33-
rev: v0.8.0
33+
rev: v0.9.2
3434
hooks:
3535
- id: salt-lint
3636
name: Check Salt files using salt-lint
3737
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
3838
- repo: https://github.com/pre-commit/pre-commit-hooks
39-
rev: v4.2.0
39+
rev: v4.4.0
4040
hooks:
4141
- id: end-of-file-fixer
4242
- id: trailing-whitespace

0 commit comments

Comments
 (0)