Skip to content

Commit 29c5f84

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/rubocop-hq/rubocop: v1.30.1 → v1.36.0](rubocop/rubocop@v1.30.1...v1.36.0) - [github.com/adrienverge/yamllint: v1.26.3 → v1.28.0](adrienverge/yamllint@v1.26.3...v1.28.0) - https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck - [github.com/rstcheck/rstcheck: 3f929574 → v6.1.0](rstcheck/rstcheck@3f92957...v6.1.0)
1 parent 982705f commit 29c5f84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
additional_dependencies: ['@commitlint/[email protected]']
3131
always_run: true
3232
- repo: https://github.com/rubocop-hq/rubocop
33-
rev: v1.30.1
33+
rev: v1.36.0
3434
hooks:
3535
- id: rubocop
3636
name: Check Ruby files with rubocop
@@ -45,7 +45,7 @@ repos:
4545
files: ^.*\.(sh|bash|ksh)$
4646
types: []
4747
- repo: https://github.com/adrienverge/yamllint
48-
rev: v1.26.3
48+
rev: v1.28.0
4949
hooks:
5050
- id: yamllint
5151
name: Check YAML syntax with yamllint
@@ -58,8 +58,8 @@ repos:
5858
- id: salt-lint
5959
name: Check Salt files using salt-lint
6060
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
61-
- repo: https://github.com/myint/rstcheck
62-
rev: 3f929574
61+
- repo: https://github.com/rstcheck/rstcheck
62+
rev: v6.1.0
6363
hooks:
6464
- id: rstcheck
6565
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)