Skip to content
main
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

githooks

CircleCI License

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 | bash

After installation is complete all scripts and commit message template will be available in your .git/hooks directory.