From f982a0be5516b37ec9c361440d8cc820100ce227 Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Mon, 4 Apr 2022 16:27:00 +0100 Subject: [PATCH] Latest Black version. --- .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 18c7d7ff..de524ba4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: no-commit-to-branch - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black types: [file, python]