From 81790c8a5ee967436b086cc63ea0607033e3d98b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 22 May 2022 12:43:25 +0300 Subject: [PATCH] Update the Black pre-commit hook. --- .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 f38ad17..2ec1ba4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,7 +75,7 @@ repos: - id: hadolint - repo: https://github.com/ambv/black.git - rev: 21.10b0 + rev: 22.3.0 hooks: - id: black args: -- GitLab