From 3f029ae951379cf3fc8e2f525e2e54c95f68dcf7 Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Mon, 30 Jan 2023 09:29:45 -0500 Subject: [PATCH] ref: upgrade isort to work around poetry breakage https://github.com/python-poetry/poetry-core/pull/542 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 de096b43..c8a3980c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: debug-statements - id: requirements-txt-fixer - repo: https://github.com/pycqa/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort name: isort (python)