githooks
These hooks started out as a collection of policies that I enforced for Python
projects at Cisco. Many of them execute the
same verification tasks. As such, functionality is centralized into githooks
package for reusability.
Development
These Git hooks utilize all Python for consistency.
Installation
curl -fssL huangsam.github.io/githooks/gh-install | bashAfter installation is complete all scripts and commit message template will
be available in your .git/hooks directory.