[binutils-gdb] [pre-commit] Bump isort to 9.0.0b1

Tom de Vries via Gdb-cvs <[email protected]> Mon, 13 Jul 2026 07:40:19 +0000 (GMT)
Newsgroups gmane.comp.gdb.cvs
Message-ID <20260713074019.C1DCD4BA2E15__13340.3149827913$1783928428$gmane$org@sourceware.org>
https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D150e616528b0=
72726a350218f4af34e0a225c3c7

commit 150e616528b072726a350218f4af34e0a225c3c7
Author: Tom de Vries <[email protected]>
Date:   Mon Jul 13 09:40:09 2026 +0200

    [pre-commit] Bump isort to 9.0.0b1
   =20
    Ran "pre-commit autoupdate".  No changes in formatting.

Diff:
---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9910bbb82f2..f77910d9e32 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -66,7 +66,7 @@ repos:
       files: '^gdb/.*\.py(\.in)?$'
       args: [--config, gdb/setup.cfg]
   - repo: https://github.com/pycqa/isort
-    rev: 9.0.0a3
+    rev: 9.0.0b1
     hooks:
     - id: isort
       types_or: [file]