[binutils-gdb] [pre-commit] Bump black to 26.5.0

Tom de Vries via Gdb-cvs <[email protected]> Tue, 19 May 2026 06:33:13 +0000 (GMT)
Newsgroups gmane.comp.gdb.cvs
Message-ID <20260519063313.935864BA2E0D__31070.9470229753$1779172405$gmane$org@sourceware.org>
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8cd5865c6ae492ce1671f0c591a04f2511f95cab

commit 8cd5865c6ae492ce1671f0c591a04f2511f95cab
Author: Tom de Vries <[email protected]>
Date:   Tue May 19 08:33:08 2026 +0200

    [pre-commit] Bump black to 26.5.0
    
    Ran "pre-commit autoupdate".  No changes in formatting.

Diff:
---
 .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 5b1af9a1837..6a71a5fee27 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -42,7 +42,7 @@ default_install_hook_types: [pre-commit, commit-msg]
 default_stages: [pre-commit]
 repos:
   - repo: https://github.com/psf/black-pre-commit-mirror
-    rev: 26.3.1
+    rev: 26.5.0
     hooks:
       - id: black
         types_or: [file]