public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] .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: gdb-patches; +Cc: Simon Marchi

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
---
 .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 b8d1ef7dc74d..7afe60c20be9 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 e1b17767d47f..5faf5c5569b1 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.

base-commit: 886d73049c55fa10447240e4b81c413beba31458
-- 
2.44.0


^ 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 [pushed] .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).