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

https://github.com/boldandbrad/lefthook-configs

👊 Lefthook remote git hook configs
https://github.com/boldandbrad/lefthook-configs

deno git-hooks golang lefthook python ruff rust

Last synced: 3 months ago
JSON representation

👊 Lefthook remote git hook configs

Awesome Lists containing this project

README

          

# lefthook-configs

[Lefthook](https://github.com/evilmartians/lefthook) remote git hook configs.

## Usage

Available configs:

- [deno](./lefthook-deno.yml)
- [golang](./lefthook-golang.yml)
- [python](./lefthook-python.yml)
- [rust](./lefthook-rust.yml)

Add a lefthook config file to the project root:

```yaml
# lefthook.yml

remotes:
- git_url: https://github.com/boldandbrad/lefthook-configs
configs:
- lefthook-deno.yml
```

Run `lefthook install` in the local project directory.