[binutils-gdb] [pre-commit] Bump isort to 9.0.0b1
Tom de Vries via Binutils-cvs <[email protected]> Mon, 13 Jul 2026 07:40:19 +0000 (GMT)
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=150e616528b072726a350218f4af34e0a225c3c7 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 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]