From b408b3110abc9101fe253413b42315770ceaaa39 Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Tue, 31 Jan 2023 16:33:34 +0400 Subject: [PATCH] fix: update isort version to fix ci --- .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 e04ef301..754906cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: name: "Black: The uncompromising Python code formatter" - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort name: "Sort Imports"