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)