From 1522699bf9b2964cf2ecdd608a10d2d2d9554582 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:07:22 +0800 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#4080) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.3...v0.1.4) - [github.com/ansible/ansible-lint: v6.21.1 → v6.22.0](https://github.com/ansible/ansible-lint/compare/v6.21.1...v6.22.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 970f80747e..4846b2edd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.3" + rev: "v0.1.4" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -94,6 +94,6 @@ repos: - pytest-testinfra - wcmatch - repo: https://github.com/ansible/ansible-lint - rev: v6.21.1 + rev: v6.22.0 hooks: - id: ansible-lint