From 47c52ff2a73fb1f7086e766f6ecf9a55c2a6ecca 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 19:51:10 +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 → v3.1.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.0...v3.1.0) - [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.0](https://github.com/ansible/ansible-lint.git/compare/v6.8.1...v6.22.0) --- .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..4eec5b3 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: "v3.1.0" 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.0 hooks: - id: ansible-lint