From 01f12b9a4907064440dcd8b2d4b1375b26b11e4d Mon Sep 17 00:00:00 2001 From: Tobias McNulty Date: Mon, 20 Feb 2023 13:13:51 -0500 Subject: [PATCH] Update isort to fix incompatiblity with latest poetry version --- .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 c84aeb0..7b35366 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.6.4 + rev: 5.11.5 hooks: - id: isort args: ["--profile", "black", "--filter-files"]