From d749d0fe349a8ef51bb44e4748fe3e5e31e7377a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:06:18 +0000 Subject: [PATCH] Update pre-commit dependencies --- tests/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.pre-commit-config.yaml b/tests/.pre-commit-config.yaml index f1830c7..92c0047 100644 --- a/tests/.pre-commit-config.yaml +++ b/tests/.pre-commit-config.yaml @@ -12,7 +12,7 @@ # $ pre-commit autoupdate --config="tests/.pre-commit-config.yaml" repos: - repo: https://github.com/psf/black - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black name: black