How to sudo without typing password

Add this line in /etc/sudoers
for a specific user:

username ALL=NOPASSWD: ALL

or for all sudoer users:
%sudo ALL=NOPASSWD: ALL