From 28b7deb12b02619dc266efc00bd856ae876605ed Mon Sep 17 00:00:00 2001 From: Jameel Al-Aziz Date: Tue, 21 Feb 2023 20:48:37 -0800 Subject: [PATCH] Upgrade isort version in pre-commit This fixes recent issues with installing isort via pre-commit that was introduced in recent versions of poetry-core. See https://github.com/PyCQA/isort/pull/2078 --- .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 5a6e554b98..83fe0b714b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-symlinks - id: check-toml - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8