#282 pre-commit framework

Talk Python To Me - Un pódcast de Michael Kennedy (@mkennedy)

Categorías:

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.

Visit the podcast's native language site