From bc7efbcc7e965b54fb554f536979e779bb88f54a Mon Sep 17 00:00:00 2001 From: Mark Sze Date: Wed, 8 Jan 2025 19:20:29 +0000 Subject: [PATCH] Ignore LFS JSON files in pre-commit check Signed-off-by: Mark Sze --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3ea21ee42..1fceab925a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,7 @@ repos: - id: check-yaml - id: check-toml - id: check-json + exclude: ^notebook/agentchat_pdf_rag/(parsed_elements|processed_elements)\.json$ - id: check-byte-order-marker exclude: .gitignore - id: check-merge-conflict