From 209143b8d3642437eff9b41b137c3750571ffe03 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Mon, 30 Jan 2023 10:05:27 +0100 Subject: [PATCH] Dependencies: Update pre-commit requirement `isort==5.12.0` (#5877) 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 Cherry-pick: dc41653aaa703005791cfb7b97ca089930904aa9 --- .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 a542a72902..8acfc7e375 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort