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 <tatwai.chong@arm.com>
Change-Id: If3970e0cd31f2190cacb741530cb38a31c943938
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 @@
         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