From b87654b4716bdac89a6325d16e42ff0a0fc6a036 Mon Sep 17 00:00:00 2001 From: branic Date: Wed, 29 Jan 2025 05:20:48 +0000 Subject: [PATCH] Update pre-commit --- .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 d25e7ce..327b167 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: # entry: "yamllint" # types: [yaml] - repo: https://github.com/ansible/ansible-lint.git - rev: v24.12.2 + rev: v25.1.1 hooks: # see discussions here about what arguments are used, and behavior # https://github.com/ansible/ansible-lint/issues/649 @@ -29,7 +29,7 @@ repos: - ansible-core>=2.13 - yamllint>=1.26,<2.0 - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.17.1 + rev: v0.17.2 hooks: - id: markdownlint-cli2 ...