[binutils-gdb] [pre-commit] Bump isort to 9.0.0a3
Tom de Vries via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <20260425071735.609164BB3BCC__8292.61931810237$1777101466$gmane$org@sourceware.org> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ecb4048e1221ae2ec139304632999f33e8189a46 commit ecb4048e1221ae2ec139304632999f33e8189a46 Author: Tom de Vries <[email protected]> Date: Sat Apr 25 09:17:30 2026 +0200 [pre-commit] Bump isort to 9.0.0a3 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 a45ff272a49..5b1af9a1837 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]