fix: bump isort to fix pre-commit CI (#22907)

This commit is contained in:
EugeneTorap 2023-01-30 17:22:16 +03:00 committed by GitHub
parent 54f7a248a6
commit c9b7507931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# #
repos: repos:
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.9.3 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy

View File

@ -74,7 +74,7 @@ grpcio-status==1.51.1
# via google-api-core # via google-api-core
iniconfig==1.1.1 iniconfig==1.1.1
# via pytest # via pytest
isort==5.9.3 isort==5.12.0
# via pylint # via pylint
lazy-object-proxy==1.6.0 lazy-object-proxy==1.6.0
# via astroid # via astroid