From 81c39fcb12fa427ac8c9d58fab4798cc251c04ca Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 11 Apr 2022 21:56:16 +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 262cb39..f0d3152 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: - id: checkov - repo: https://github.com/ambv/black.git - rev: 21.10b0 + rev: 22.3.0 hooks: - id: black args: -- GitLab