Skip to content

Commit 1fb3c2f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/jumanjihouse/pre-commit-hooks: 2.1.3 → 2.1.6](jumanjihouse/pre-commit-hooks@2.1.3...2.1.6) - [github.com/adrienverge/yamllint.git: v1.23.0 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.23.0...v1.26.3) - [github.com/warpnet/salt-lint: v0.3.0 → v0.8.0](warpnet/salt-lint@v0.3.0...v0.8.0) - [github.com/myint/rstcheck: 3f929574 → v6.0.0rc3](rstcheck/rstcheck@3f92957...v6.0.0rc3)
1 parent 961dd52 commit 1fb3c2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
1919
always_run: true
2020
- repo: https://github.com/jumanjihouse/pre-commit-hooks
21-
rev: 2.1.3
21+
rev: 2.1.6
2222
hooks:
2323
- id: rubocop
2424
exclude: ^Gemfile\.lock$
@@ -27,7 +27,7 @@ repos:
2727
exclude_types: [zsh]
2828
args: []
2929
- repo: https://github.com/adrienverge/yamllint.git
30-
rev: v1.23.0
30+
rev: v1.26.3
3131
hooks:
3232
- id: yamllint
3333
name: Check YAML syntax with yamllint
@@ -43,13 +43,13 @@ repos:
4343
)$
4444
exclude: ^test/.*/states/.*\.sls$
4545
- repo: https://github.com/warpnet/salt-lint
46-
rev: v0.3.0
46+
rev: v0.8.0
4747
hooks:
4848
- id: salt-lint
4949
name: Check Salt files using salt-lint
5050
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
5151
- repo: https://github.com/myint/rstcheck
52-
rev: 3f929574
52+
rev: v6.0.0rc3
5353
hooks:
5454
- id: rstcheck
5555
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)