From 961b25e074cfd2cab467a49dc6f9795a56f4717a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 4 Jul 2022 11:09:10 +0200 Subject: [PATCH] Update Black pre-commit hook. Fix for https://github.com/psf/black/issues/2964. --- .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 d4922be..1a93155 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: args: ["--filter-files", "--profile", "black"] - repo: https://github.com/ambv/black - rev: 21.8b0 + rev: 22.6.0 hooks: - id: black exclude: &excluded_pythonscripts pythonrc.py|rabbitmqadmin -- GitLab