Skip to content

Commit e55e50d

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [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.35.1](adrienverge/yamllint@v1.32.0...v1.35.1) - https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck - [github.com/rstcheck/rstcheck: 3f929574 → v6.2.4](rstcheck/rstcheck@3f92957...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 8a72196 commit e55e50d

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
@@ -31,14 +31,14 @@ repos:
3131
additional_dependencies: ['@commitlint/[email protected]']
3232
always_run: true
3333
- repo: https://github.com/shellcheck-py/shellcheck-py
34-
rev: v0.9.0.6
34+
rev: v0.10.0.1
3535
hooks:
3636
- id: shellcheck
3737
name: Check shell scripts with shellcheck
3838
files: ^.*\.(sh|bash|ksh)$
3939
types: []
4040
- repo: https://github.com/adrienverge/yamllint
41-
rev: v1.32.0
41+
rev: v1.35.1
4242
hooks:
4343
- id: yamllint
4444
name: Check YAML syntax with yamllint
@@ -51,14 +51,14 @@ repos:
5151
- id: salt-lint
5252
name: Check Salt files using salt-lint
5353
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
54-
- repo: https://github.com/myint/rstcheck
55-
rev: 3f929574
54+
- repo: https://github.com/rstcheck/rstcheck
55+
rev: v6.2.4
5656
hooks:
5757
- id: rstcheck
5858
name: Check reST files using rstcheck
5959
exclude: 'docs/CHANGELOG.rst'
6060
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
61-
rev: v1.3.2
61+
rev: v1.4.0
6262
hooks:
6363
- id: rst-lint
6464
name: Check reST files using rst-lint

0 commit comments

Comments
 (0)