From 6e72c05a60b2d58d4f73d9ef60e000dbedbed551 Mon Sep 17 00:00:00 2001 From: SebastienMelo Date: Fri, 19 Dec 2025 14:18:46 +0100 Subject: [PATCH] update pre-commit --- .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 678af0f40..14527f1d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: exclude: notebooks exclude_types: [svg] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 25.11.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit