]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Bump 'isort' version for pre-commit
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 16 Oct 2025 17:01:13 +0000 (13:01 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 16 Oct 2025 17:07:10 +0000 (13:07 -0400)
I ran `pre-commit autoupdate` and this showed up.  No changes in the
formatting.

Change-Id: If06cec2ab902d3174caf6d5b13885f4b66b66c61

.pre-commit-config.yaml

index 215a5e7c95140a490b9c34ce0680ffbc84dc0d40..155b26127770c613fc11cc37456846d24d13ce39 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.1.0
+    rev: 7.0.0
     hooks:
     - id: isort
       types_or: [file]