#282: pre-commit framework

Talk Python To Me

Episode | Podcast

Date: Thu, 17 Sep 2020 00:00:00 -0800

Git hook scripts are useful for identifying simple issues before committing your code. Hooks run on every commit to automatically point out issues in code such as trailing whitespace and debug statements. By pointing these issues out before code review, this allows a code reviewer to focus on the architecture of a change while not wasting time with trivial style nitpicks.