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

https://github.com/pfcclab/yamlfmt-pre-commit-mirror


https://github.com/pfcclab/yamlfmt-pre-commit-mirror

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# yamlfmt-pre-commit-mirror

Mirror of the `yamlfmt` pre-commit hook for `pre-commit`. Supports `pre-commit` versions 2.9.2 and later.

## Usage

Add this to your `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/PFCCLab/yamlfmt-pre-commit-mirror.git
rev: v0.17.2
hooks:
- id: yamlfmt
```