Skip to content

Commit 693bc14

Browse files
committed
dev-1.x: fix lint
1 parent 35c766e commit 693bc14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
hooks:
66
- id: flake8
77
- repo: https://gitee.com/openmmlab/mirrors-isort
8-
rev: 5.10.1
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
@@ -7,8 +7,8 @@ repos:
77
rev: v2.2.0
88
hooks:
99
- id: seed-isort-config
10-
- repo: https://github.com/timothycrosley/isort
11-
rev: 4.3.21
10+
- repo: https://github.com/PyCQA/isort
11+
rev: 5.11.5
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/pre-commit/mirrors-yapf

0 commit comments

Comments
 (0)