[pushed] .pre-commit-config.yaml: bump black hook to 24.3.0

Message ID 20240320184950.65001-1-simon.marchi@efficios.com
State New
Headers
Series [pushed] .pre-commit-config.yaml: bump black hook to 24.3.0 |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply

Commit Message

Simon Marchi March 20, 2024, 6:49 p.m. UTC
  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(-)


base-commit: 886d73049c55fa10447240e4b81c413beba31458
  

Patch

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.