From 1d51f0a041d9a87277697054e47577ef188cc06f Mon Sep 17 00:00:00 2001 From: Sam Mayer Date: Mon, 16 Dec 2024 09:53:49 -0600 Subject: [PATCH] Update size threshold --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index e2c573905..59c69aa1b 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -4,7 +4,7 @@ [ "${PEPR_HOOK_OPT_IN}" != 1 ] && exit 0 # Warn and exit if too many changes are about to be pushed -MAX_CHANGES=400 #Avg commit size on main is 340 as of 12 Dec 2024 +MAX_CHANGES=340 #Avg commit size on main is 340 as of 12 Dec 2024 # Get the local branch name current_branch=$(git rev-parse --abbrev-ref HEAD)