ci: bump isort to 5.12.0 (#33875)

[skip ci]
This commit is contained in:
Deepesh Garg 2023-01-30 19:58:23 +05:30 committed by GitHub
parent 5f38859a04
commit 2bad86d8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,8 @@ repos:
- id: black
additional_dependencies: ['click==8.0.4']
- repo: https://github.com/timothycrosley/isort
rev: 5.9.1
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
exclude: ".*setup.py$"