Skip to content

Commit b28c3db

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/rubocop-hq/rubocop: v1.30.1 → v1.56.2](rubocop/rubocop@v1.30.1...v1.56.2) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.5](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.5) - [github.com/adrienverge/yamllint: v1.26.3 → v1.32.0](adrienverge/yamllint@v1.26.3...v1.32.0) - [github.com/warpnet/salt-lint: v0.8.0 → v0.9.2](warpnet/salt-lint@v0.8.0...v0.9.2) - https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck - [github.com/rstcheck/rstcheck: 3f929574 → v6.1.2](rstcheck/rstcheck@3f92957...v6.1.2)
1 parent d92187f commit b28c3db

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,37 +30,37 @@ 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.2
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.5
4242
hooks:
4343
- id: shellcheck
4444
name: Check shell scripts with shellcheck
4545
files: ^.*\.(sh|bash|ksh)$
4646
exclude: 'ssf/files/default/pre-commit_semantic-release.sh'
4747
types: []
4848
- repo: https://github.com/adrienverge/yamllint
49-
rev: v1.26.3
49+
rev: v1.32.0
5050
hooks:
5151
- id: yamllint
5252
name: Check YAML syntax with yamllint
5353
args: [--strict, '.']
5454
always_run: true
5555
pass_filenames: false
5656
- repo: https://github.com/warpnet/salt-lint
57-
rev: v0.8.0
57+
rev: v0.9.2
5858
hooks:
5959
- id: salt-lint
6060
name: Check Salt files using salt-lint
6161
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
62-
- repo: https://github.com/myint/rstcheck
63-
rev: 3f929574
62+
- repo: https://github.com/rstcheck/rstcheck
63+
rev: v6.1.2
6464
hooks:
6565
- id: rstcheck
6666
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)