From 1f827ca7e8c8b18356b8fee175ee68fa21a8a3c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:17:00 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps)!:=20Update=20pre-commit=20hook=20psf?= =?UTF-8?q?/black=20(=2025.1.0=20=E2=86=92=2026.3.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | --------- | ------ | ------ | | github-tags | psf/black | 25.1.0 | 26.3.1 | --- .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 56fd23b..bb48349 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 26.3.1 hooks: - id: black args: