From 9d23ae9536beb3cd30241f05123190ec1ecc20c1 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 30 Jan 2023 18:55:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bump=20isort=20to=20v5.12.0=20(#?= =?UTF-8?q?1096)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 7c7f27ca..95fdb4cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: exclude: "tests/test_slots.py" - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort files: \.py$