gdb: bump black version to 24.4.2

Run `pre-commit autoupdate`, this is the outcome.  There is no change in
formatting of Python files.

Change-Id: I79c221af1b2192f866a344ab17d6199b137371cb
This commit is contained in:
Simon Marchi 2024-04-22 21:43:02 -04:00
parent 8f155672d3
commit 74d2676602

View file

@ -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]