[binutils-gdb] [pre-commit] Drop require_serial for pre-commit-setup
Tom de Vries via Gdb-cvs <[email protected]> Wed, 17 Jun 2026 19:40:15 +0000 (GMT)
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <20260617194015.B1D8C4BA23C3__15195.0792687543$1781725224$gmane$org@sourceware.org> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=caefce72351daf3d249eb93397bf66a02a802736 commit caefce72351daf3d249eb93397bf66a02a802736 Author: Tom de Vries <[email protected]> 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 <[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 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