[binutils-gdb] pre-commit: Update isort: 8.0.1 -> 9.0.0
Tom de Vries via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <20260827092000.A905C4BA2E28__21396.3175819785$1787822409$gmane$org@sourceware.org> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c3988914f4b8da1f90321be6d80ed0e44d12e7b1 commit c3988914f4b8da1f90321be6d80ed0e44d12e7b1 Author: Tom de Vries <[email protected]> Date: Thu Aug 27 11:19:51 2026 +0200 pre-commit: Update isort: 8.0.1 -> 9.0.0 Ran "pre-commit.py --autoupdate". 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 998dbe6b820..087a710fcd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: files: *gdb_python_files args: [--config, gdb/setup.cfg] - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0 hooks: - id: isort files: *gdb_python_files