[binutils-gdb] [pre-commit] Bump codespell to v2.4.3

Tom de Vries via Gdb-cvs <[email protected]> Thu, 16 Jul 2026 06:04:26 +0000 (GMT)
Newsgroups gmane.comp.gdb.cvs
Message-ID <20260716060426.A5E574BA2E0D__6465.13252738572$1784181875$gmane$org@sourceware.org>
https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D3332c56d4c0e=
f63a9bf8ee29e39de0ff3e7e6513

commit 3332c56d4c0ef63a9bf8ee29e39de0ff3e7e6513
Author: Tom de Vries <[email protected]>
Date:   Thu Jul 16 08:04:22 2026 +0200

    [pre-commit] Bump codespell to v2.4.3
   =20
    Ran "pre-commit autoupdate".  No changes.

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 c113eeeb78b..2f86a333ab5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -75,7 +75,7 @@ repos:
=20
   # Codespell hooks.
   - repo: https://github.com/codespell-project/codespell
-    rev: v2.4.2
+    rev: v2.4.3
     hooks:
     - id: codespell
       args: &codespell_args [--toml, gdb/pyproject.toml]