Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d0a4e7

Browse files
authoredJul 4, 2022
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/rubocop-hq/rubocop: v1.30.1 → v1.31.1](rubocop/rubocop@v1.30.1...v1.31.1) - [github.com/myint/rstcheck: 3f929574 → v6.0.0.post1](rstcheck/rstcheck@3f92957...v6.0.0.post1)
1 parent f36c291 commit 3d0a4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
3131
always_run: true
3232
- repo: https://github.com/rubocop-hq/rubocop
33-
rev: v1.30.1
33+
rev: v1.31.1
3434
hooks:
3535
- id: rubocop
3636
name: Check Ruby files with rubocop
@@ -59,7 +59,7 @@ repos:
5959
name: Check Salt files using salt-lint
6060
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
6161
- repo: https://github.com/myint/rstcheck
62-
rev: 3f929574
62+
rev: v6.0.0.post1
6363
hooks:
6464
- id: rstcheck
6565
name: Check reST files using rstcheck

0 commit comments

Comments
 (0)
Please sign in to comment.