Skip to content

Commit

Permalink
[Fix] Upgrade the version of isort to fix lint error (open-mmlab#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida authored and CokeDong committed Apr 6, 2023
1 parent c26a8d5 commit 5d8d2a5
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/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
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.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://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
Expand Down

0 comments on commit 5d8d2a5

Please sign in to comment.