From fedbd98b498b2121855c881634dc7a999b508628 Mon Sep 17 00:00:00 2001 From: jo Date: Sat, 28 Jan 2023 18:02:47 +0100 Subject: [PATCH] chore: upgrade isort and fix pre-commit hook See https://github.com/PyCQA/isort/pull/2078 Part-of: --- .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 165de4765..74d993f30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: black - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort