mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
[Fix] Upgrade the version of isort to fix lint error (#890)
* [Fix] Upgrade the version of isort to fix lint error * Update .pre-commit-config-zh-cn.yaml * Update .pre-commit-config.yaml
This commit is contained in:
parent
8d4885cb43
commit
2242fcabc3
@ -4,8 +4,8 @@ repos:
|
|||||||
rev: 5.0.4
|
rev: 5.0.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://gitee.com/openmmlab/mirrors-isort
|
- repo: https://gitee.com/zhouzaida/mirrors-isort
|
||||||
rev: 5.10.1
|
rev: 5.12.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://gitee.com/openmmlab/mirrors-yapf
|
- repo: https://gitee.com/openmmlab/mirrors-yapf
|
||||||
|
@ -4,8 +4,8 @@ repos:
|
|||||||
rev: 5.0.4
|
rev: 5.0.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/zhouzaida/isort
|
||||||
rev: 5.10.1
|
rev: 5.12.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/pre-commit/mirrors-yapf
|
- repo: https://github.com/pre-commit/mirrors-yapf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user