chore: use official isort in pre-commmit (#17215)

This commit is contained in:
Yongjie Zhao
2021-10-25 10:57:38 +01:00
committed by GitHub
parent 31085e34ce
commit 4f1d202430
15 changed files with 31 additions and 28 deletions

View File

@@ -15,12 +15,8 @@
# limitations under the License.
#
repos:
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.3
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy