From 45c9f3b90a83d41af4d2af6e4de3a3238846a3c8 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 24 Feb 2023 13:52:56 +0000 Subject: [PATCH] [Lint] Fix pre-commit isort install error Update to latest version of isort to fix install error: RuntimeError: The Poetry configuration is invalid: - [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' Also update the Linting CI to latest version --- .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 5ff4a93d3..5293315b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # Workaround to list modified files only. args: [--list-different] - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: Fmt isort