]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[pre-commit] Bump isort to 9.0.0a3
authorTom de Vries <tdevries@suse.de>
Sat, 25 Apr 2026 07:17:30 +0000 (09:17 +0200)
committerTom de Vries <tdevries@suse.de>
Sat, 25 Apr 2026 07:17:30 +0000 (09:17 +0200)
Ran "pre-commit autoupdate".  No changes in formatting.

.pre-commit-config.yaml

index a45ff272a496e5b15d54ee2212a74a46825ee924..5b1af9a1837c816d636ab57dc08c22617e61782f 100644 (file)
@@ -62,7 +62,7 @@ repos:
       files: '^gdb/.*\.py(\.in)?$'
       args: [--config, gdb/setup.cfg]
   - repo: https://github.com/pycqa/isort
-    rev: 9.0.0a2
+    rev: 9.0.0a3
     hooks:
     - id: isort
       types_or: [file]