From dd35f7a33b04b6694f1a9374ea3fef16631d5ff0 Mon Sep 17 00:00:00 2001 From: lidijac Date: Mon, 24 Jul 2023 13:20:52 +0200 Subject: [PATCH] Bump isort --- .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 4569868..2e2bd7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: black additional_dependencies: ['click==8.0.4'] - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy