From ca8bf0fd68c9b7fa749819faef5ca625322db716 Mon Sep 17 00:00:00 2001 From: Peter Saveliev Date: Fri, 2 Feb 2024 11:44:36 +0100 Subject: [PATCH] ci: update isort to 5.13.2 --- .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 6b550b8df..0a56118fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python)