[Fix] Upgrade the version of isort to fix lint error (#2572)

pull/2574/head
Zaida Zhou 2023-01-30 15:41:55 +08:00 committed by GitHub
parent 54ed0ed869
commit db391c50a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
- repo: https://gitee.com/openmmlab/mirrors-isort
rev: 5.10.1
- repo: https://gitee.com/zhouzaida/mirrors-isort
rev: 5.12.1
hooks:
- id: isort
- repo: https://gitee.com/openmmlab/mirrors-yapf

View File

@ -4,8 +4,8 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
- repo: https://github.com/zhouzaida/isort
rev: 5.12.1
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-yapf