https://github.com/muffix/pre-commit-hooks
A collection of pre-commit hooks that I find useful
https://github.com/muffix/pre-commit-hooks
pre-commit-hooks
Last synced: 9 months ago
JSON representation
A collection of pre-commit hooks that I find useful
- Host: GitHub
- URL: https://github.com/muffix/pre-commit-hooks
- Owner: muffix
- License: mit
- Created: 2020-02-12T10:14:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T15:48:51.000Z (over 4 years ago)
- Last Synced: 2025-02-01T05:17:33.894Z (11 months ago)
- Topics: pre-commit-hooks
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pre-commit
A collection of pre-commit hooks for [https://github.com/pre-commit/pre-commit](https://github.com/pre-commit/pre-commit).
## Hooks
### `kapitan-compile`
Compiles [Kapitan](https://kapitan.dev) templates. Supports the `KAPITAN_IMAGE`
environment variable which should be the docker image to use. Defaults to:
`deepmind/kapitan:v0.29.5`.
## Development dependencies
- [shellcheck](https://www.shellcheck.net/)
- [shfmt](https://github.com/mvdan/sh)