Skip to content

Commit

Permalink
Fix incompatible issue with click
Browse files Browse the repository at this point in the history
Refer to psf/black#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
  • Loading branch information
tatwaichong committed May 12, 2022
1 parent b13fe8f commit 44c1120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 44c1120

Please sign in to comment.