]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Bump version of 'black' for pre-commit
authorTom Tromey <tromey@adacore.com>
Mon, 29 Sep 2025 14:01:49 +0000 (08:01 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 29 Sep 2025 14:01:49 +0000 (08:01 -0600)
I ran "pre-commit autoupdate" and it updated 'black'.  I'm checking
this in.  The updated black didn't cause any formatting changes to the
Python code.

.pre-commit-config.yaml

index 8e7a2b048ce41bb548f81ba35d2f9520d40d1b3d..8217bad0a0ac716449c66a28d0b5d30ca3a1c044 100644 (file)
@@ -41,7 +41,7 @@ minimum_pre_commit_version: 3.2.0
 default_install_hook_types: [pre-commit, commit-msg]
 repos:
   - repo: https://github.com/psf/black-pre-commit-mirror
-    rev: 25.1.0
+    rev: 25.9.0
     hooks:
       - id: black
         types_or: [file]