From f8060e4617d4c6ba9fd1d325f09ddcbf0557dc27 Mon Sep 17 00:00:00 2001 From: Arthur Pastel <arthur.pastel@gmail.com> Date: Wed, 1 Nov 2023 20:19:06 +0100 Subject: [PATCH] fix: change isort repo with pre-commit --- .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 ef25daab..6889d62b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,8 +23,8 @@ repos: hooks: - id: black exclude: "^docs/.*|.github/release.py" - - repo: https://github.com/timothycrosley/isort.git - rev: "5.6.4" + - repo: https://github.com/PyCQA/isort.git + rev: "5.12.0" hooks: - id: isort exclude: "^docs/.*"