From 530ad2eb0faff31f3d7b427f39ff3328974d9732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20M=C3=BCnchmeyer?= Date: Mon, 20 Feb 2023 17:38:45 +0100 Subject: [PATCH] Bump isort version to 5.11.5 to fix CI failure https://github.com/PyCQA/isort/issues/2083 --- .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 de6fa89..14acddf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.11.4 + rev: 5.11.5 hooks: - id: isort name: isort (python)