]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Bump 'isort' version for pre-commit
authorTom Tromey <tromey@adacore.com>
Wed, 8 Oct 2025 14:06:45 +0000 (08:06 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 8 Oct 2025 14:09:13 +0000 (08:09 -0600)
"pre-commit autoupdate" showed that there is a new version of isort
available.  This patch updates the config.  No other changes were
needed.

.pre-commit-config.yaml

index 33e3f2b8900f93c295baed80bd1264af087496cd..b0964f52838d204377e74438281dc5b9f3fb0669 100644 (file)
@@ -62,7 +62,7 @@ repos:
       files: '^gdb/(gdb-gdb\.py\.in|[^/]+\.py|python/.+\.py|testsuite/[^/]+\.py)$'
       args: [--config, gdb/setup.cfg]
   - repo: https://github.com/pycqa/isort
-    rev: 6.0.1
+    rev: 6.1.0
     hooks:
     - id: isort
       types_or: [file]