[binutils-gdb] [pre-commit] Bump black to 26.3.1
Tom de Vries via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <20260312154534.67D454BBC0ED__35327.4586073653$1773330343$gmane$org@sourceware.org> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1fa846a3d49aa9025359c749965c64e1997d5a25 commit 1fa846a3d49aa9025359c749965c64e1997d5a25 Author: Tom de Vries <[email protected]> Date: Thu Mar 12 16:45:30 2026 +0100 [pre-commit] Bump black to 26.3.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 dec172379e9..7b0b9e232f5 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.0 + rev: 26.3.1 hooks: - id: black types_or: [file]