[binutils-gdb] [pre-commit] Drop always_run setting for codespell-log
Tom de Vries
vries@sourceware.org
Wed Jun 17 19:40:31 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8cf82b58d73d28f3732b8a652d4c69fa6c02bd58
commit 8cf82b58d73d28f3732b8a652d4c69fa6c02bd58
Author: Tom de Vries <tdevries@suse.de>
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 <tom@tromey.com>
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
More information about the Binutils-cvs
mailing list