One liner suggestion here: more = max(len(pulls) - display_number, 0)
Also we can calculate len(pulls) once and store it.
Looks good :thumbsup:
:thumbsup:
Nice idea for the max and indeed for the length, I'll fix it as otherwise we'll forget it
Pull-Request has been updated
Thanks
Pull-Request has been merged by pingou