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

Tom de Vries via Binutils-cvs <[email protected]> Thu, 16 Jul 2026 06:04:26 +0000 (GMT)
Newsgroups gmane.comp.gnu.binutils.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3332c56d4c0ef63a9bf8ee29e39de0ff3e7e6513

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
    
    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:
 
   # 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]