From e1187089658dddaf040d6a4714f9246b6d63be02 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:00:50 +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/PyCQA/doc8.git: v1.1.1 → v1.1.2](https://github.com/PyCQA/doc8.git/compare/v1.1.1...v1.1.2) - [github.com/psf/black: 24.1.1 → 24.10.0](https://github.com/psf/black/compare/24.1.1...24.10.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.7.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.0...v0.7.4) - [github.com/ansible/ansible-lint.git: v6.22.2 → v24.10.0](https://github.com/ansible/ansible-lint.git/compare/v6.22.2...v24.10.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57824b08..f67dbf72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,16 +23,16 @@ repos: .*\{\{.* )$ - repo: https://github.com/PyCQA/doc8.git - rev: v1.1.1 + rev: v1.1.2 hooks: - id: doc8 - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.10.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.5.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -42,12 +42,12 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.2.0" + rev: "v0.7.4" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/ansible/ansible-lint.git - rev: v6.22.2 + rev: v24.10.0 hooks: - id: ansible-lint entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint