build: upgrade isort version to 5.12.0

This commit is contained in:
Zheng Zhi Yuan 2023-05-04 01:22:57 +08:00
parent e649eac539
commit 567961bd61

View file

@ -18,7 +18,7 @@ repos:
args:
- "--max-line-length=120"
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black