Skip to content

Commit 84e5106

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/rubocop-hq/rubocop: v1.57.0 → v1.75.2](rubocop/rubocop@v1.57.0...v1.75.2) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1) - [github.com/adrienverge/yamllint: v1.32.0 → v1.37.0](adrienverge/yamllint@v1.32.0...v1.37.0) - https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck - [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 b2ad106 commit 84e5106

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
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
@@ -26,22 +26,22 @@ repos:
2626
stages: [commit-msg]
2727
additional_dependencies: ['@commitlint/config-conventional@17.1.0']
2828
- repo: https://github.com/rubocop-hq/rubocop
29-
rev: v1.57.0
29+
rev: v1.75.2
3030
hooks:
3131
- id: rubocop
3232
name: Check Ruby files with rubocop
3333
args: [--debug]
3434
always_run: true
3535
pass_filenames: false
3636
- repo: https://github.com/shellcheck-py/shellcheck-py
37-
rev: v0.9.0.6
37+
rev: v0.10.0.1
3838
hooks:
3939
- id: shellcheck
4040
name: Check shell scripts with shellcheck
4141
files: ^.*\.(sh|bash|ksh)$
4242
types: []
4343
- repo: https://github.com/adrienverge/yamllint
44-
rev: v1.32.0
44+
rev: v1.37.0
4545
hooks:
4646
- id: yamllint
4747
name: Check YAML syntax with yamllint
@@ -54,14 +54,14 @@ repos:
5454
- id: salt-lint
5555
name: Check Salt files using salt-lint
5656
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
57-
- repo: https://github.com/myint/rstcheck
57+
- repo: https://github.com/rstcheck/rstcheck
5858
rev: v6.2.4
5959
hooks:
6060
- id: rstcheck
6161
name: Check reST files using rstcheck
6262
exclude: 'docs/CHANGELOG.rst'
6363
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
64-
rev: v1.3.2
64+
rev: v1.4.0
6565
hooks:
6666
- id: rst-lint
6767
name: Check reST files using rst-lint

0 commit comments

Comments
 (0)