]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: bump black version to 24.4.0
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Apr 2024 01:43:02 +0000 (21:43 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Apr 2024 13:20:42 +0000 (09:20 -0400)
Run `pre-commit autoupdate`, this is the outcome.  There is no change in
formatting of Python files.

Change-Id: I977781fa6cc924c398cc3b9d9954dc0fbb95d082

.pre-commit-config.yaml

index 8721dac678b865dc53c4f19599e40afba1d08894..3ff2182c21ace9016dd9ae52ead63ca6250f7ef0 100644 (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.3.0
+    rev: 24.4.0
     hooks:
       - id: black
         types_or: [file]