From e0416a1a71d7127da5f547b66e5ad9e148bc889a Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Mon, 30 Jan 2023 09:28:17 -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 09b7232a..5ef9f377 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: args: [--config-file, mypy.ini, --strict] additional_dependencies: [pytest==7.1.2] - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.12.0 hooks: - id: isort name: isort (python)