Fix isort lint error by upgrading it to 5.11.5 (#1680)
parent
878a364470
commit
0c1adba988
|
@ -5,7 +5,7 @@ repos:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args: ["--exclude=*/client/inference_pb2.py,*/client/inference_pb2_grpc.py"]
|
args: ["--exclude=*/client/inference_pb2.py,*/client/inference_pb2_grpc.py"]
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.10.1
|
rev: 5.11.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/pre-commit/mirrors-yapf
|
- repo: https://github.com/pre-commit/mirrors-yapf
|
||||||
|
|
Loading…
Reference in New Issue