From 1320a532600f214ea4611a774149c42b51a5cf3f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 21:38:46 +0000 Subject: [PATCH] ci(pre-commit.ci): perform `pre-commit` autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/rubocop-hq/rubocop: v1.30.1 → v1.31.1](https://github.com/rubocop-hq/rubocop/compare/v1.30.1...v1.31.1) - [github.com/myint/rstcheck: 3f929574 → v6.0.0.post1](https://github.com/myint/rstcheck/compare/3f929574...v6.0.0.post1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1299a84..4121a66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: additional_dependencies: ['@commitlint/config-conventional@8.3.4'] always_run: true - repo: https://github.com/rubocop-hq/rubocop - rev: v1.30.1 + rev: v1.31.1 hooks: - id: rubocop name: Check Ruby files with rubocop @@ -59,7 +59,7 @@ repos: name: Check Salt files using salt-lint files: ^.*\.(sls|jinja|j2|tmpl|tst)$ - repo: https://github.com/myint/rstcheck - rev: 3f929574 + rev: v6.0.0.post1 hooks: - id: rstcheck name: Check reST files using rstcheck