From 3c366fd86e82d72ed835a07e6f4b894aa83e73c0 Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Fri, 1 Apr 2022 09:46:50 +0200 Subject: [PATCH] Update black version in pre-commit to fix the CI failures Upstream issue: https://github.com/pallets/click/issues/2232 Signed-off-by: Frantisek Lachman --- .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 93b50f9..3583ec2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.1 + rev: v2.6.1 hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks @@ -25,7 +25,7 @@ repos: - id: ansible-lint files: \.(yaml|yml)$ - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black