From e08b8b92a0a408c2ff480fec5b13a6e160a80501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:18:13 +0000 Subject: [PATCH] build(deps): bump https://github.com/psf/black from 22.12.0 to 26.5.0 Bumps [https://github.com/psf/black](https://github.com/psf/black) from 22.12.0 to 26.5.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.12.0...26.5.0) --- updated-dependencies: - dependency-name: https://github.com/psf/black dependency-version: 26.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 c97ac3e..85c205f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: --implicit-reexport, ] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 26.5.0 hooks: - id: black language_version: python3