From 8b63f7ddea6fa4297ef1239e04e2469f4253b062 Mon Sep 17 00:00:00 2001 From: Lieven Hey Date: Tue, 28 Nov 2023 15:10:12 +0100 Subject: [PATCH] exclude objdump.indexed_start_internal.txt from pre-commit pre-commit complains about trailing whitespaces, this is a false positive, since in this case they are part of the formatting --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 009e0a8cd..c98098ece 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,7 @@ repos: rev: v4.3.0 hooks: - id: trailing-whitespace + exclude: (objdump.indexed_start_internal\.txt) - id: end-of-file-fixer - id: check-added-large-files args: ['--maxkb=1000']