Githooks

Git hooks for Python projects

View the Project on GitHub huangsam/githooks

Git hooks for Python

GitHub Actions Workflow Status 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.