From 44c11203d7ab5305af8edd6d6cc5e70fd4f1fb72 Mon Sep 17 00:00:00 2001 From: TatWai Chong Date: Wed, 11 May 2022 16:49:42 -0700 Subject: Fix incompatible issue with click Refer to https://github.com/psf/black/issues/2964, this error can be fixed by picking `click` to 8.0.4. Signed-off-by: TatWai Chong Change-Id: If3970e0cd31f2190cacb741530cb38a31c943938 --- .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 4b4af7a..f40778a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: args: [--max-line-length=88, --extend-ignore=E203] - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black exclude: python/tosa -- cgit v1.2.1