From d85f69eedcff89c4b9829673cc74cb9471b74cb7 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Sun, 10 Nov 2024 15:45:17 +0000 Subject: [PATCH] Update pre-commit (#972) Co-authored-by: sean-m-sullivan --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed1ad5189..c74e00a32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - ansible-core>=2.15 - yamllint>=1.26,<2.0 - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.14.0 + rev: v0.15.0 hooks: - id: markdownlint-cli2 - repo: https://github.com/ambv/black