Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] [pre-commit] Some pre-commit improvements
@ 2026-07-20 12:50 Tom de Vries
  2026-07-20 12:50 ` [PATCH 1/5] [gdb] Fix bare except in gdb/gdb-gdb.py.in Tom de Vries
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tom de Vries @ 2026-07-20 12:50 UTC (permalink / raw)
  To: gdb-patches

This patch series contains some pre-commit improvements.

The third patch fixes the problem that flake8 is not run for gdb/gdb-gdb.py.in.

The first and second patch fix flake8 problems in gdb/gdb-gdb.py.in.

The fourth and fifth patch makes pre-commit rely less on types filtering,
fixing PR build/34411.

Tested on x86_64-linux.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34411

Tom de Vries (5):
  [gdb] Fix bare except in gdb/gdb-gdb.py.in
  [gdb] Remove superfluous global in gdb/gdb-gdb.py.in
  [pre-commit] Run flake8 for gdb/gdb-gdb.py.in
  [pre-commit] Don't require text type for check-whitespace hook
  [pre-commit] Don't require text type for codespell hook

 .pre-commit-config.yaml      | 25 ++++++++++++++++++++-----
 gdb/doc/.gitattributes       | 10 ++++++++++
 gdb/gdb-gdb.py.in            |  3 +--
 gdb/testsuite/.gitattributes |  4 ++++
 4 files changed, 35 insertions(+), 7 deletions(-)
 create mode 100644 gdb/doc/.gitattributes
 create mode 100644 gdb/testsuite/.gitattributes


base-commit: cef1fbf3b02ff6e5bc62e1b8a7d30c0a32b8b9f7
-- 
2.51.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-07-20 12:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 12:50 [PATCH 0/5] [pre-commit] Some pre-commit improvements Tom de Vries
2026-07-20 12:50 ` [PATCH 1/5] [gdb] Fix bare except in gdb/gdb-gdb.py.in Tom de Vries
2026-07-20 12:50 ` [PATCH 2/5] [gdb] Remove superfluous global " Tom de Vries
2026-07-20 12:50 ` [PATCH 3/5] [pre-commit] Run flake8 for gdb/gdb-gdb.py.in Tom de Vries
2026-07-20 12:50 ` [PATCH 4/5] [pre-commit] Don't require text type for check-whitespace hook Tom de Vries
2026-07-20 12:50 ` [PATCH 5/5] [pre-commit] Don't require text type for codespell hook 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