Fix isort lint error by upgrading it to 5.11.5 (#1680)

pull/1692/head
tripleMu 2023-01-31 13:32:41 +08:00 committed by GitHub
parent 878a364470
commit 0c1adba988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ repos:
- id: flake8
args: ["--exclude=*/client/inference_pb2.py,*/client/inference_pb2_grpc.py"]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.11.5
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-yapf