public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] .pre-commit-config.yaml: bump black hook to 24.3.0
@ 2024-03-20 18:49 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2024-03-20 18:49 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d5e9331b6ba459fa211229e56d63b11daaab3330

commit d5e9331b6ba459fa211229e56d63b11daaab3330
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Wed Mar 20 14:44:16 2024 -0400

    .pre-commit-config.yaml: bump black hook to 24.3.0
    
    Running `pre-commit autoupdate` showed that there is a new version of
    the black hook for v24.3.0.  Update it.
    
    ChangeLog:
    
            * .pre-commit-config.yaml: Bump black hook to 24.3.0
    
    Change-Id: I5ec7d2edf99cd15f6525281a43aed9ff481ee9ee

Diff:
---
 .pre-commit-config.yaml | 2 +-
 ChangeLog               | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b8d1ef7dc74..7afe60c20be 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
 # See https://pre-commit.com/hooks.html for more hooks
 repos:
   - repo: https://github.com/psf/black-pre-commit-mirror
-    rev: 24.2.0
+    rev: 24.3.0
     hooks:
       - id: black
         files: 'gdb/.*'
diff --git a/ChangeLog b/ChangeLog
index e1b17767d47..5faf5c5569b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-03-20  Simon Marchi  <simon.marchi@efficios.com>
+
+	* .pre-commit-config.yaml: Bump black hook to 24.3.0
+
 2024-03-20  Simon Marchi  <simon.marchi@efficios.com>
 
 	* .pre-commit-config.yaml: New.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-20 18:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 18:49 [binutils-gdb] .pre-commit-config.yaml: bump black hook to 24.3.0 Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).