From 5a8346a04131237071e0227fc50ff45da7fcf569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20V=C3=A9roone?= Date: Tue, 30 May 2023 11:23:00 +0200 Subject: [PATCH] Chopre(build):fix isort version conflicting with nexest poetry release --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3e7945e..5dc2eacf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/PyCQA/pylint