From e5a0ce126d04cc1b6e10aab500f23ea533736800 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Tue, 7 Mar 2023 14:49:22 +0100 Subject: [PATCH] Dependencies: Update pre-commit requirement `isort==5.12.0` (#260) Older versions were breaking due to a release of `poetry-core` causing our pre-commit job in the CI to fail. For details, see: https://github.com/PyCQA/isort/issues/2077 --- .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 9cf325c8..4f9220e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: flynt - repo: https://github.com/pycqa/isort - rev: '5.10.1' + rev: '5.12.0' hooks: - id: isort