From 9847c6471a77c97f4ccabb5356e02ce3ac9ff1a4 Mon Sep 17 00:00:00 2001 From: Karl Engelhardt Date: Mon, 27 Mar 2023 14:01:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Update=20version=20in?= =?UTF-8?q?=20pre-commit=20setup=20to=20avoid=20installation=20issue=20wit?= =?UTF-8?q?h=20poetry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/PyCQA/isort/pull/2103 --- .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 c5768be1e..db7cf2c6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.5 hooks: - id: isort args: ['--profile', 'black', '--filter-files']