From 2bad86d8d8220f4eb729c3a918ce0002f6b87693 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Mon, 30 Jan 2023 19:58:23 +0530 Subject: [PATCH] ci: bump isort to 5.12.0 (#33875) [skip ci] --- .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 73aae33e93..d70977c07e 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$"