commit | 2bad86d8d8220f4eb729c3a918ce0002f6b87693 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Jan 30 19:58:23 2023 +0530 |
committer | GitHub <noreply@github.com> | Mon Jan 30 19:58:23 2023 +0530 |
tree | 869efb0f02e284325429f45e92d27be473d05d1f | |
parent | 5f38859a04f0ef30f98520c0c90aecf0fc9ddd59 [diff] |
ci: bump isort to 5.12.0 (#33875) [skip ci]
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73aae33..d70977c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -32,8 +32,8 @@ - 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$"