From 402c21256ff2aeeb6234434708a482a7c279e030 Mon Sep 17 00:00:00 2001 From: James Hilton-Balfe Date: Sat, 16 Apr 2022 22:15:14 +0100 Subject: [PATCH] Fix unicodefun import error in black (#366) --- .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 3d2fbf5..ed258a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black