From 409f06aef2a4fd7b1bf095261809b862be898327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:32:39 +0000 Subject: [PATCH] build(deps): bump https://github.com/ambv/black from 22.8.0 to 26.3.1 Bumps [https://github.com/ambv/black](https://github.com/ambv/black) from 22.8.0 to 26.3.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/22.8.0...26.3.1) --- updated-dependencies: - dependency-name: https://github.com/ambv/black dependency-version: 26.3.1 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 07f59f368..719e217f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: isort exclude: "(tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)" - repo: https://github.com/ambv/black - rev: 22.8.0 + rev: 26.3.1 hooks: - id: black language_version: python3