From 3f87a0eceb76810538b2da661d6b26e61728e4b2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:49:43 +0530 Subject: [PATCH] ci: bump isort to 5.12.0 (backport #33875) (#33879) ci: bump isort to 5.12.0 (#33875) [skip ci] (cherry picked from commit 2bad86d8d8220f4eb729c3a918ce0002f6b87693) Co-authored-by: Deepesh Garg --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73aae33e936..d70977c07e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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$"