From b6839d8f5133c69c69d3501123859c50e426db9e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:49:28 +0530 Subject: [PATCH] ci: bump isort to 5.12.0 (backport #33875) (#33880) ci: bump isort to 5.12.0 (#33875) [skip ci] (cherry picked from commit 2bad86d8d8220f4eb729c3a918ce0002f6b87693) Co-authored-by: Deepesh Garg Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com> --- .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$"