[binutils-gdb] [pre-commit] Drop require_serial for pre-commit-setup
Tom de Vries
vries@sourceware.org
Wed Jun 17 19:40:15 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=caefce72351daf3d249eb93397bf66a02a802736
commit caefce72351daf3d249eb93397bf66a02a802736
Author: Tom de Vries <tdevries@suse.de>
Date: Wed Jun 17 21:40:03 2026 +0200
[pre-commit] Drop require_serial for pre-commit-setup
Now that we have pass_filenames=false for pre-commit hook pre-commit-setup,
there's no longer a requirement to have require_serial=true.
Remove the setting.
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 902e58d4d8c..e5327cbae76 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -111,7 +111,6 @@ repos:
entry: gdb/contrib/pre-commit-setup.py
additional_dependencies: ["pyyaml"]
always_run: true
- require_serial: true
pass_filenames: false
- id: check-file-mode
name: check-file-mode
More information about the Binutils-cvs
mailing list