From 04f1bcc88a0204df2d0a060ab6ab9df48f73d83a Mon Sep 17 00:00:00 2001 From: Iain Samuel McLean Elder Date: Wed, 8 Feb 2023 11:37:17 +0100 Subject: [PATCH] Upgrade isort to fix CI error. See [CI error][1]: ```text RuntimeError: The Poetry configuration is invalid: - [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' ``` See [isort issues referencing `pip-shims`](https://github.com/PyCQA/isort/issues/2083) for more details. [1]: https://github.com/connelldave/botocove/actions/runs/4120906018/jobs/7116097629 --- .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 68e1428..557e4f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: markdownlint-cli2 - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: isort (python)