From 0dc32ca6e8c1df8a61c9b6497ddb389cff44dcb3 Mon Sep 17 00:00:00 2001 From: branic Date: Tue, 25 Nov 2025 05:26:47 +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 ad92d5b..ed2cd65 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: v25.9.0 + rev: v25.11.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.18.1 + rev: v0.19.1 hooks: - id: markdownlint-cli2 ...