ci: fix isort py37 incompatible issue

This commit is contained in:
Fu Hanxi
2023-02-03 13:05:30 +08:00
parent bd54673f81
commit 2684850a13

View File

@@ -35,7 +35,7 @@ repos:
- id: flake8
args: ['--config=.flake8', '--tee', '--benchmark']
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.11.5 # python 3.7 compatible
hooks:
- id: isort
name: isort (python)