Skip to content

Commit a47398f

Browse files
authored
[CI]: Use official isort (#9700)
1 parent 1b7d778 commit a47398f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
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)