From 17b0d522fcecd9851ed3b076f7e5407cb923dcb7 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Mon, 20 Nov 2023 05:13: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 76995d49e..163397cc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # types: # - yaml - repo: 'https://github.com/ansible-community/ansible-lint.git' - rev: v6.21.1 + rev: v6.22.0 hooks: # see discussions here about what arguments are used, and behavior # https://github.com/ansible/ansible-lint/issues/649 @@ -34,7 +34,7 @@ repos: hooks: - id: markdownlint-cli2 - repo: https://github.com/ambv/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black name: black