From 4b48bb3638622fb2de67f6ef2e5d68065f618723 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 2 Feb 2025 20:30:55 +0000 Subject: [PATCH] Bump isort from 5.13.2 to 6.0.0 --- .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 073c1e9..d7b2192 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort additional_dependencies: [toml]