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

Change-Id: I79c221af1b2192f866a344ab17d6199b137371cb

.pre-commit-config.yaml

index 3ff2182c21ace9016dd9ae52ead63ca6250f7ef0..722307d01011d938f3dd179a89b8a9e1a324153f 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.4.0
+    rev: 24.4.2
     hooks:
       - id: black
         types_or: [file]