From 5894261ce84711370a1f710916c4ef71df5e8f56 Mon Sep 17 00:00:00 2001 From: 2xyo Date: Sun, 8 Oct 2023 22:00:26 +0200 Subject: [PATCH] Bump isort to 5.12.0 in pre-commit config --- .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 14b21eda2..6a0478176 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - --max-line-length=90 - --exclude=tests,test*.py - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: isort (python)