From faa794d7050c0107fe73bc5199141ccba152cb0c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:53:18 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v4.0.0-alpha.7](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.0...v4.0.0-alpha.7) - [github.com/pre-commit/pre-commit-hooks.git: v4.3.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.3.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.1...v2.2.6) - [github.com/ansible/ansible-lint.git: v6.8.1 → v6.22.1](https://github.com/ansible/ansible-lint.git/compare/v6.8.1...v6.22.1) --- .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 0b2b584..943b443 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,14 +13,14 @@ default_language_version: repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: "v3.0.0-alpha.0" + rev: "v4.0.0-alpha.7" hooks: - id: prettier additional_dependencies: - prettier - prettier-plugin-toml - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.3.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -31,10 +31,10 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/codespell-project/codespell - rev: v2.2.1 + rev: v2.2.6 hooks: - id: codespell - repo: https://github.com/ansible/ansible-lint.git - rev: v6.8.1 + rev: v6.22.1 hooks: - id: ansible-lint