* [pushed 1/2] [gdb/testsuite] Fix isort fail in gdb.python/py-frame.py
@ 2026-07-13 7:40 Tom de Vries
2026-07-13 7:40 ` [pushed 2/2] [pre-commit] Bump isort to 9.0.0b1 Tom de Vries
0 siblings, 1 reply; 2+ messages in thread
From: Tom de Vries @ 2026-07-13 7:40 UTC (permalink / raw)
To: gdb-patches
Result of:
...
$ pre-commit run isort --all-files
isort...................................................................Failed
- hook id: isort
- files were modified by this hook
Fixing gdb/testsuite/gdb.python/py-frame.py
...
---
gdb/testsuite/gdb.python/py-frame.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gdb/testsuite/gdb.python/py-frame.py b/gdb/testsuite/gdb.python/py-frame.py
index 971d2f0e0d3..db872cda470 100644
--- a/gdb/testsuite/gdb.python/py-frame.py
+++ b/gdb/testsuite/gdb.python/py-frame.py
@@ -42,8 +42,9 @@
import re
+
import gdb
-from gdb.unwinder import Unwinder, FrameId
+from gdb.unwinder import FrameId, Unwinder
class corrupt_stack_unwinder(Unwinder):
base-commit: aedd8d75177e35fe94a1b462869da373a839bd32
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pushed 2/2] [pre-commit] Bump isort to 9.0.0b1
2026-07-13 7:40 [pushed 1/2] [gdb/testsuite] Fix isort fail in gdb.python/py-frame.py Tom de Vries
@ 2026-07-13 7:40 ` Tom de Vries
0 siblings, 0 replies; 2+ messages in thread
From: Tom de Vries @ 2026-07-13 7:40 UTC (permalink / raw)
To: gdb-patches
Ran "pre-commit autoupdate". No changes in formatting.
---
.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]
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-13 7:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 7:40 [pushed 1/2] [gdb/testsuite] Fix isort fail in gdb.python/py-frame.py Tom de Vries
2026-07-13 7:40 ` [pushed 2/2] [pre-commit] Bump isort to 9.0.0b1 Tom de Vries
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox