chore(pre-commit): update black version

Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
Xuehai Pan 2022-09-02 19:51:10 +08:00
parent 04b669266b
commit aed05ea0ce

View file

@ -24,7 +24,7 @@ repos:
- id: isort
stages: [commit, push, manual]
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
args: [--safe]