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

https://github.com/rwxd/pre-commit-hooks

pre-commit hook collection
https://github.com/rwxd/pre-commit-hooks

hooks pre-commit

Last synced: 12 months ago
JSON representation

pre-commit hook collection

Awesome Lists containing this project

README

          

# pre-commit-hooks

## Shell

```yaml
- repo: https://github.com/rwxd/pre-commit-hooks
rev: main
hooks:
- id: shellcheck
args: [-e, SC1091]

- id: shfmt

- id: shfmt-docker
```

## Terraform

```yaml
- repo: https://github.com/rwxd/pre-commit-hooks
rev: main
hooks:
- id: terraform-fmt
```