From b4083cf755c09070cbcc0e936a4fb35003b50657 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 20:11:45 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/jumanjihouse/pre-commit-hooks: 2.1.3 → 2.1.6](https://github.com/jumanjihouse/pre-commit-hooks/compare/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](https://github.com/warpnet/salt-lint/compare/v0.3.0...v0.8.0) - [github.com/myint/rstcheck: 3f929574 → v6.0.0.post1](https://github.com/myint/rstcheck/compare/3f929574...v6.0.0.post1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0efdb51..32ebfc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: always_run: true pass_filenames: false - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.3 + rev: 2.1.6 hooks: - id: shellcheck name: Check shell scripts with shellcheck @@ -34,7 +34,7 @@ repos: types: [] args: [] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.23.0 + rev: v1.26.3 hooks: - id: yamllint name: Check YAML syntax with yamllint @@ -42,13 +42,13 @@ repos: always_run: true pass_filenames: false - repo: https://github.com/warpnet/salt-lint - rev: v0.3.0 + rev: v0.8.0 hooks: - id: salt-lint 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