Skip to content

Commit 052649b

Browse files
authored
[CI]: Use official isort (#9701)
1 parent 4e83e86 commit 052649b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config-zh-cn.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ repos:
44
rev: 5.0.4
55
hooks:
66
- id: flake8
7-
- repo: https://gitee.com/zhouzaida/mirrors-isort
8-
rev: 5.12.1
7+
- repo: https://gitee.com/openmmlab/mirrors-isort
8+
rev: 5.11.5
99
hooks:
1010
- id: isort
1111
- repo: https://gitee.com/openmmlab/mirrors-yapf

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ repos:
33
rev: 5.0.4
44
hooks:
55
- id: flake8
6-
- repo: https://github.com/zhouzaida/isort
7-
rev: 5.12.1
6+
- repo: https://github.com/PyCQA/isort
7+
rev: 5.11.5
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pre-commit/mirrors-yapf

0 commit comments

Comments
 (0)