Bump pre-commit black black to 22.8.0 08/102408/1
authorSangwook Ha <sangwook.ha@verizon.com>
Sat, 17 Sep 2022 20:56:17 +0000 (13:56 -0700)
committerSangwook Ha <sangwook.ha@verizon.com>
Sat, 17 Sep 2022 20:56:35 +0000 (13:56 -0700)
Current version of black is not compatible with click 8.1.x:

  ImportError: cannot import name '_unicodefun' from 'click'

This issue has been fixed since 22.3.0:

https://github.com/psf/black/releases/tag/22.3.0

Upgrade black to the latest version (22.8.0).

Change-Id: Iacf8328ea4b7622412948238c206c5af4ff692cd
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
.pre-commit-config.yaml

index e940f86350dc560c9b0c2c8c139077969c720e2b..e325ecd4282afc4d8b94ff993b73bd242978d6aa 100644 (file)
@@ -14,7 +14,7 @@ repos:
       - id: flake8
 
   - repo: https://github.com/psf/black
-    rev: 22.1.0
+    rev: 22.8.0
     hooks:
       - id: black