From 0d0c7962000eb9c451007491b131378de47e1341 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 26 Jan 2026 08:05:14 -0800 Subject: [PATCH] chore(precommit): update dependency black to v26 Prior commit 39975d5cdae48e2f38cffa58057a4469c855e90e updated black to v26 but did not update `.pre-commit-config.yaml`. This resolves that. --- .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 ef93b5552..36c90ae7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen