Skip to content

Commit 6fe1f9b

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/rubocop-hq/rubocop: v1.54.0 → v1.69.2](rubocop/rubocop@v1.54.0...v1.69.2) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.5...v0.10.0.1) - [github.com/adrienverge/yamllint: v1.32.0 → v1.35.1](adrienverge/yamllint@v1.32.0...v1.35.1) - [github.com/rstcheck/rstcheck: v6.1.2 → v6.2.4](rstcheck/rstcheck@v6.1.2...v6.2.4) - [github.com/saltstack-formulas/mirrors-rst-lint: v1.3.2 → v1.4.0](saltstack-formulas/mirrors-rst-lint@v1.3.2...v1.4.0)
1 parent e5850af commit 6fe1f9b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ci:
1515
autoupdate_schedule: quarterly
1616
skip: []
1717
submodules: false
18-
default_stages: [commit]
18+
default_stages: [pre-commit]
1919
repos:
2020
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook
2121
rev: v2.3.0
@@ -30,22 +30,22 @@ 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.69.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.9.0.5
41+
rev: v0.10.0.1
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.32.0
48+
rev: v1.35.1
4949
hooks:
5050
- id: yamllint
5151
name: Check YAML syntax with yamllint
@@ -59,13 +59,13 @@ 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.4
6363
hooks:
6464
- id: rstcheck
6565
name: Check reST files using rstcheck
6666
exclude: 'docs/CHANGELOG.rst'
6767
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
68-
rev: v1.3.2
68+
rev: v1.4.0
6969
hooks:
7070
- id: rst-lint
7171
name: Check reST files using rst-lint

0 commit comments

Comments
 (0)