From ab7a9ecf744fe2cc3d3cc5ff17129d735b499b7c Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 2 Dec 2024 14:24:03 +0100 Subject: [PATCH] ci(pre-commit): do not lint whitespaces in inputs Signed-off-by: Matej Focko --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57284cc..cd8fd51 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,9 @@ repos: - hooks: - id: trailing-whitespace + exclude: ^inputs/.*\.txt$ - id: end-of-file-fixer + exclude: ^inputs/.*\.txt$ - id: check-yaml - id: check-added-large-files repo: https://github.com/pre-commit/pre-commit-hooks