From d38792aa3b327270dc32c13b4bc48d1e92e781d4 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Wed, 3 Apr 2024 14:32:47 +0200 Subject: [PATCH] Exclude CLA signatures from pre-commit checks The CLA JSON does not have an EOL at the end... ignore this. --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9784f7c..f1ccc0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,5 +26,6 @@ exclude: | ^output/| ^fonts/| ^charts/| - ^old/ + ^old/| + ^signatures/ )