From e907368137c81c876467d0b9626458d1226a8c3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 06:05:07 +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.1.0=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.1.0 | --- .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..7776519 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.1.0 hooks: - id: black args: