From: Tom de Vries Date: Wed, 17 Jun 2026 19:40:03 +0000 (+0200) Subject: [pre-commit] Remove pass_filenames setting for check-whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bbde06fa2a0ac754e6e8e2354e59721ee2c81b3;p=thirdparty%2Fbinutils-gdb.git [pre-commit] Remove pass_filenames setting for check-whitespace The pre-commit hook check-whitespace has the following setting: ... pass_filenames: true ... Since true is the default for pass_filenames, remove the superfluous setting. Approved-By: Tom Tromey --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5327cbae76..5be2034b26f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -103,7 +103,6 @@ repos: language: unsupported_script entry: gdb/contrib/check-whitespace-pre-commit.py files: '^(gdb(support|server)?)/.*$' - pass_filenames: true stages: [pre-commit] - id: pre-commit-setup name: pre-commit-setup