]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[pre-commit] Bump isort to 9.0.0a2
authorTom de Vries <tdevries@suse.de>
Thu, 23 Apr 2026 22:46:31 +0000 (00:46 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 23 Apr 2026 22:46:31 +0000 (00:46 +0200)
Ran "pre-commit autoupdate".  No changes in formatting.

.pre-commit-config.yaml

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