From bbb2c180e646ce7518206198b9a4c8b3b1c46c26 Mon Sep 17 00:00:00 2001 From: Eric Chlebek Date: Mon, 28 Aug 2023 13:46:41 -0700 Subject: [PATCH] Instruct pre-commit hook to ignore .patch Signed-off-by: Eric Chlebek --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6c61fdb52..633e6f71e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,4 +8,4 @@ repos: - id: double-quote-string-fixer - id: end-of-file-fixer - id: trailing-whitespace -exclude: (.vscode|go.sum|go.mod) +exclude: (.vscode|go.sum|go.mod|\.patch$)