Skip to content

Commit

Permalink
[CI]: Use official isort (open-mmlab#9701)
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-Mu authored Jan 31, 2023
1 parent 4e83e86 commit 052649b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config-zh-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
- repo: https://gitee.com/zhouzaida/mirrors-isort
rev: 5.12.1
- repo: https://gitee.com/openmmlab/mirrors-isort
rev: 5.11.5
hooks:
- id: isort
- repo: https://gitee.com/openmmlab/mirrors-yapf
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/zhouzaida/isort
rev: 5.12.1
- repo: https://github.com/PyCQA/isort
rev: 5.11.5
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-yapf
Expand Down

0 comments on commit 052649b

Please sign in to comment.