[binutils-gdb] Make gdb/python codespell-clean
Tom Tromey
tromey@sourceware.org
Fri Apr 4 03:04:28 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ba310c98c8f21a6281b8b01c18ca015d3799532e
commit ba310c98c8f21a6281b8b01c18ca015d3799532e
Author: Tom Tromey <tom@tromey.com>
Date: Thu Apr 3 12:01:48 2025 -0600
Make gdb/python codespell-clean
This cleans up the last codespell report in the Python directory and
adds gdb/python to pre-commit.
Approved-By: Tom de Vries <tdevries@suse.de>
Diff:
---
.pre-commit-config.yaml | 2 +-
gdb/python/lib/gdb/dap/scopes.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2a7aaa75198..27eaea05985 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -69,7 +69,7 @@ repos:
rev: v2.4.1
hooks:
- id: codespell
- files: '^(gdbsupport|gdbserver|gdb/(tui|target|data-directory|po|system-gdbinit|mi|syscalls|arch|regformats|compile))/'
+ files: '^(gdbsupport|gdbserver|gdb/(tui|target|data-directory|po|system-gdbinit|mi|syscalls|arch|regformats|compile|python))/'
args: [--config, gdb/contrib/setup.cfg]
- repo: local
hooks:
diff --git a/gdb/python/lib/gdb/dap/scopes.py b/gdb/python/lib/gdb/dap/scopes.py
index 1b98c4f49f7..3ac73680bef 100644
--- a/gdb/python/lib/gdb/dap/scopes.py
+++ b/gdb/python/lib/gdb/dap/scopes.py
@@ -22,7 +22,7 @@ from .sources import make_source
from .startup import in_gdb_thread
from .varref import BaseReference
-# Map DAP frame IDs to scopes. This ensures that scopes are re-used.
+# Map DAP frame IDs to scopes. This ensures that scopes are reused.
frame_to_scope = {}
More information about the Binutils-cvs
mailing list