Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 844 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 844 Bytes

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.