From 2994d7dec2843f041defd0ecd295542c31638dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 23:22:34 +0000 Subject: [PATCH] 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. - [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/26.3.1...26.5.1) --- updated-dependencies: - dependency-name: https://github.com/ambv/black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 53316aea..d2262d3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: markdownlint-cli2 - repo: https://github.com/ambv/black - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black name: black