From b1480a9fdafdaaf746732b971d65a4ffbdd43181 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Sun, 12 Mar 2023 23:11:38 +0000 Subject: [PATCH] fix: broken isort in docker build (#85) As per issue #83 build of a fresh checkout fails. This PR increases the isort version to resolve the issue. Co-authored-by: Daniel Ciborowski --- .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 e7ceb545..012f302d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort args: ["-a", "from __future__ import annotations"]