[binutils-gdb] [pre-commit] Drop always_run setting for codespell-log

Tom de Vries via Gdb-cvs <[email protected]> Wed, 17 Jun 2026 19:40:31 +0000 (GMT)
Newsgroups gmane.comp.gdb.cvs
Message-ID <20260617194031.0CC924BA2E11__34574.0887381666$1781725241$gmane$org@sourceware.org>
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8cf82b58d73d28f3732b8a652d4c69fa6c02bd58

commit 8cf82b58d73d28f3732b8a652d4c69fa6c02bd58
Author: Tom de Vries <[email protected]>
Date:   Wed Jun 17 21:40:03 2026 +0200

    [pre-commit] Drop always_run setting for codespell-log
    
    The pre-commit codespell-log hook has an always_run=true setting.
    
    This doesn't seem necessary for a commit-msg stage hook.  Remove it.
    
    Approved-By: Tom Tromey <[email protected]>

Diff:
---
 .pre-commit-config.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b250cb1aea6..1d766189ca3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -77,7 +77,6 @@ repos:
       name: codespell-log
       entry: gdb/contrib/codespell-log.sh
       args: [--toml, gdb/pyproject.toml]
-      always_run: true
       verbose: true
       stages: [commit-msg]
   - repo: local