[pushed] gdb: bump black version to 24.4.2

Message ID 20240516154945.270673-1-simon.marchi@polymtl.ca
State New
Headers
Series [pushed] gdb: bump black version to 24.4.2 |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_gdb_build--master-arm warning Patch is already merged

Commit Message

Simon Marchi May 16, 2024, 3:49 p.m. UTC
  Run `pre-commit autoupdate`, this is the outcome.  There is no change in
formatting of Python files.

Change-Id: I79c221af1b2192f866a344ab17d6199b137371cb
---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 8f155672d3457b5a014a99a6bd61b2b8be1d1c16
  

Patch

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3ff2182c21ac..722307d01011 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.4.0
+    rev: 24.4.2
     hooks:
       - id: black
         types_or: [file]