Skip to content

Commit

Permalink
Ignore LFS JSON files in pre-commit check
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sze <[email protected]>
  • Loading branch information
marklysze committed Jan 8, 2025
1 parent f30ed7b commit bc7efbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc7efbc

Please sign in to comment.