Skip to content

Commit 5171efe

Browse files
authored
Merge pull request #303 from jeff350/master
chore: update pre-commit
2 parents 094bde5 + dea3eb3 commit 5171efe

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
@@ -30,30 +30,30 @@ repos:
3030
additional_dependencies: ['@commitlint/[email protected]']
3131
always_run: true
3232
- repo: https://github.com/rubocop-hq/rubocop
33-
rev: v1.30.1
33+
rev: v1.56.4
3434
hooks:
3535
- id: rubocop
3636
name: Check Ruby files with rubocop
3737
args: [--debug]
3838
always_run: true
3939
pass_filenames: false
4040
- repo: https://github.com/shellcheck-py/shellcheck-py
41-
rev: v0.8.0.4
41+
rev: v0.9.0.6
4242
hooks:
4343
- id: shellcheck
4444
name: Check shell scripts with shellcheck
4545
files: ^.*\.(sh|bash|ksh)$
4646
types: []
4747
- repo: https://github.com/adrienverge/yamllint
48-
rev: v1.26.3
48+
rev: v1.32.0
4949
hooks:
5050
- id: yamllint
5151
name: Check YAML syntax with yamllint
5252
args: [--strict, '.']
5353
always_run: true
5454
pass_filenames: false
5555
- repo: https://github.com/warpnet/salt-lint
56-
rev: v0.8.0
56+
rev: v0.9.2
5757
hooks:
5858
- id: salt-lint
5959
name: Check Salt files using salt-lint

0 commit comments

Comments
 (0)