From beeaef79fc591f71e5c00af1ec3296429acff300 Mon Sep 17 00:00:00 2001 From: Zach Ahn Date: Mon, 25 Nov 2024 18:34:04 -0500 Subject: [PATCH] chore: skip LFS As of this commit, this repository does not use git LFS. You can verify this through two ways: 1. By running `git lfs ls-files` and seeing which files are using LFS. 2. By checking the `.gitattributes` file in this repo to see if LFS is enabled on any files. --- .lefthook.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lefthook.toml b/.lefthook.toml index ef93e82e..6f56018d 100644 --- a/.lefthook.toml +++ b/.lefthook.toml @@ -1,3 +1,5 @@ +skip_lfs = true + [pre-commit] parallel = true