From e6a5fc0ff03b40e420f83526d20ee2d29ebff4de Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 13 May 2025 18:43:34 +0200 Subject: [PATCH] pre-commit: Upgrade black v25.1.0 and isort v6.0.0 (#2514) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48df249..514f940 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,11 +11,11 @@ repos: - id: check-added-large-files args: [--maxkb=4096] - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort (python)