[binutils-gdb] [pre-commit] Bump black to 26.5.1
Tom de Vries via Gdb-cvs <[email protected]> Tue, 19 May 2026 11:39:37 +0000 (GMT)
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <20260519113937.BD4CD4B99F42__41453.1592790567$1779190800$gmane$org@sourceware.org> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5100d2b65d6fb6d571893be40b2849b3cb2abe59 commit 5100d2b65d6fb6d571893be40b2849b3cb2abe59 Author: Tom de Vries <[email protected]> Date: Tue May 19 13:39:33 2026 +0200 [pre-commit] Bump black to 26.5.1 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 6a71a5fee27..2813a7484fd 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.5.0 + rev: 26.5.1 hooks: - id: black types_or: [file]