https://github.com/premiscale/pre-commit-hooks
Organization pre-commit hooks
https://github.com/premiscale/pre-commit-hooks
pre-commit shell
Last synced: 4 months ago
JSON representation
Organization pre-commit hooks
- Host: GitHub
- URL: https://github.com/premiscale/pre-commit-hooks
- Owner: premiscale
- License: gpl-3.0
- Created: 2023-02-12T18:04:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-25T03:26:25.000Z (about 1 year ago)
- Last Synced: 2025-07-10T13:50:29.621Z (12 months ago)
- Topics: pre-commit, shell
- Language: Shell
- Homepage: https://github.com/premiscale/pre-commit-hooks
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pre-commit hooks
A collection of organization-maintained pre-commit hooks.
```yaml
- repo: https://github.com/premiscale/pre-commit-hooks
rev:
hooks:
- id: msg-issue-prefix
- id: cloud-init-schema
args:
- user-data1
- user-data2
- id: gunicorn-config-schema
```
## Hooks
- `msg-issue-prefix` - prefix Git commit messages with the branch name.
- `cloud-init-schema` - validate cloud-init user data files in a repository.
- `gunicorn-config-schema` - validate gunicorn config files.