An open API service indexing awesome lists of open source software.

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

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)