From 6300a2e9177cbb6d4792e7495a3bccd799dd5d1b Mon Sep 17 00:00:00 2001 From: PHP Curl Class helper <156273776+php-curl-class-helper@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:27:41 -0500 Subject: [PATCH] Update pre-commit dependencies (#1039) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 928f07f..48d2b76 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.12.0 + rev: 26.1.0 hooks: - id: black name: black