From 288109f5a4eab629e64151a2e7aee01794bc4401 Mon Sep 17 00:00:00 2001 From: anthony sottile <103459774+asottile-sentry@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:08:48 -0500 Subject: [PATCH] ref: upgrade isort to work around poetry breakage (#111) 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 c2f6e3e7..357b6091 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: flake8 language_version: python3.8 - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: isort (python)