https://github.com/huangsam/githooks
Git hooks for Python projects
https://github.com/huangsam/githooks
curl git-hooks python
Last synced: 6 months ago
JSON representation
Git hooks for Python projects
- Host: GitHub
- URL: https://github.com/huangsam/githooks
- Owner: huangsam
- License: mit
- Created: 2014-08-13T06:41:11.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:31:36.000Z (7 months ago)
- Last Synced: 2025-03-25T20:33:05.870Z (7 months ago)
- Topics: curl, git-hooks, python
- Language: Python
- Homepage: http://sambyte.net/githooks/
- Size: 599 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Git hooks for Python
[](https://github.com/huangsam/githooks/actions)
[](https://github.com/huangsam/githooks/blob/main/LICENSE)These hooks started out as a collection of policies that I enforced for Python
projects at [Cisco](https://www.cisco.com/). 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
```bash
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.