From 70a425849f00073ef5ef0da576e7e041856c7c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 13:55:05 +0000 Subject: [PATCH] chore(deps): bump https://github.com/ambv/black from 26.3.1 to 26.5.1 Bumps [https://github.com/ambv/black](https://github.com/ambv/black) from 26.3.1 to 26.5.1. This release includes the previously tagged commit. - [Release notes](https://github.com/ambv/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/ambv/black/compare/c6755bb741b6481d6b3d3bb563c83fa060db96c9...87928e6d6761a4a6d22250e1fee5601b3998086e) --- updated-dependencies: - dependency-name: https://github.com/ambv/black dependency-version: 26.5.1 dependency-type: direct:production ... 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 9cb85235..1d1a2196 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: # Add Black code formatters. - repo: https://github.com/ambv/black - rev: c6755bb741b6481d6b3d3bb563c83fa060db96c9 # frozen: 26.3.1 + rev: 87928e6d6761a4a6d22250e1fee5601b3998086e # frozen: 26.5.1 hooks: - id: black name: Format code