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
- Host: GitHub
- URL: https://github.com/boldandbrad/lefthook-configs
- Owner: boldandbrad
- License: mit
- Created: 2024-11-13T22:09:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T20:40:45.000Z (over 1 year ago)
- Last Synced: 2025-03-15T03:51:50.563Z (over 1 year ago)
- Topics: deno, git-hooks, golang, lefthook, python, ruff, rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.