aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatWai Chong <tatwai.chong@arm.com>2022-05-11 16:49:42 -0700
committerTatWai Chong <tatwai.chong@arm.com>2022-05-12 14:29:59 -0700
commit44c11203d7ab5305af8edd6d6cc5e70fd4f1fb72 (patch)
tree3620a873eaf175c55c97bc4dd09e59086016fe7f
parentb13fe8f01ff8945f00c990c1ea940efe20a3b65c (diff)
downloadserialization_lib-44c11203d7ab5305af8edd6d6cc5e70fd4f1fb72.tar.gz
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
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
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