From 3f086f64994fd340042e15ed290852b80879c8f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:35:36 -0400 Subject: [PATCH] Update pre-commit (#683) 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 688da5113..0e2335877 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - "ansible-core>=2.13" - "yamllint>=1.26,<2.0" - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.9.1 + rev: v0.9.2 hooks: - id: markdownlint-cli2 - repo: https://github.com/ambv/black