Skip to content

Commit 9726275

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/rubocop-hq/rubocop: v1.54.0 → v1.56.4](rubocop/rubocop@v1.54.0...v1.56.4) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.9.0.6](shellcheck-py/shellcheck-py@v0.9.0.5...v0.9.0.6) - [github.com/rstcheck/rstcheck: v6.1.2 → v6.2.0](rstcheck/rstcheck@v6.1.2...v6.2.0)
1 parent e5850af commit 9726275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ repos:
3030
additional_dependencies: ['@commitlint/[email protected]']
3131
always_run: true
3232
- repo: https://github.com/rubocop-hq/rubocop
33-
rev: v1.54.0
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.9.0.5
41+
rev: v0.9.0.6
4242
hooks:
4343
- id: shellcheck
4444
name: Check shell scripts with shellcheck
@@ -59,7 +59,7 @@ repos:
5959
name: Check Salt files using salt-lint
6060
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
6161
- repo: https://github.com/rstcheck/rstcheck
62-
rev: v6.1.2
62+
rev: v6.2.0
6363
hooks:
6464
- id: rstcheck
6565
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)