Skip to content

Commit 312dbf2

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.8.0.4...v0.10.0.1) - [github.com/adrienverge/yamllint: v1.26.3 → v1.35.1](adrienverge/yamllint@v1.26.3...v1.35.1) - [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.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 c3b1fb4 commit 312dbf2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
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: [Nonepre-commitNone]
1919
repos:
2020
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook
2121
rev: v2.3.0
@@ -30,34 +30,34 @@ repos:
3030
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
3131
always_run: true
3232
- repo: https://github.com/shellcheck-py/shellcheck-py
33-
rev: v0.8.0.4
33+
rev: v0.10.0.1
3434
hooks:
3535
- id: shellcheck
3636
name: Check shell scripts with shellcheck
3737
files: ^.*\.(sh|bash|ksh)$
3838
types: []
3939
- repo: https://github.com/adrienverge/yamllint
40-
rev: v1.26.3
40+
rev: v1.35.1
4141
hooks:
4242
- id: yamllint
4343
name: Check YAML syntax with yamllint
4444
args: [--strict, '.']
4545
always_run: true
4646
pass_filenames: false
4747
- repo: https://github.com/warpnet/salt-lint
48-
rev: v0.8.0
48+
rev: v0.9.2
4949
hooks:
5050
- id: salt-lint
5151
name: Check Salt files using salt-lint
5252
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
53-
- repo: https://github.com/myint/rstcheck
54-
rev: 3f929574
53+
- repo: https://github.com/rstcheck/rstcheck
54+
rev: v6.2.4
5555
hooks:
5656
- id: rstcheck
5757
name: Check reST files using rstcheck
5858
exclude: 'docs/CHANGELOG.rst'
5959
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
60-
rev: v1.3.2
60+
rev: v1.4.0
6161
hooks:
6262
- id: rst-lint
6363
name: Check reST files using rst-lint

0 commit comments

Comments
 (0)