From dab0a5b6614b5cdc9b9fd73fd47e81795377c671 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 29 Jan 2023 13:27:16 +0200 Subject: [PATCH] Bump isort to fix Poetry Re: https://github.com/PyCQA/isort/pull/2078 Committed via https://github.com/asottile/all-repos --- .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 405505c..86f2f3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: additional_dependencies: [black==22.12.0] - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort