Eight must have pre-commit hooks for #python code
Recently there was an article on LinkedIn about how debugger statement was
left in the production code (front end javascript) and thus user could not move
forward.
People commented about the code review.
But why invest manual efforts when such things can be automated ? See #4 in the list below.
pre-commit hook is an under appreciated (dare I say, unknown) feature of git
As the name suggests, set of commands/scripts can be executed before git commit