From 7300bc2924be67ba16913162953522d069f9fb55 Mon Sep 17 00:00:00 2001 From: "Kevin A. Mitchell" Date: Wed, 1 Feb 2023 17:08:27 -0600 Subject: [PATCH] Fix problems with isort Bumping to isort 5.11.5 fixes a bug with Poetry. See this comment: https://github.com/PyCQA/isort/issues/2083#issuecomment-1408300628 --- .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 30c434af64316..53f33939cf104 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.5 hooks: - id: isort name: isort (python)