[binutils-gdb] [pre-commit] Bump black to 26.5.1
Tom de Vries via Binutils-cvs <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
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]