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

https://github.com/micnncim/pre-commit-hooks-cue


https://github.com/micnncim/pre-commit-hooks-cue

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# pre-commit-hooks-cue

[CUE](https://cuelang.org) hooks for [pre-commit](https://pre-commit.com).

## Usage

```yaml
- repo: https://github.com/micnncim/pre-commit-hooks-cue
rev: main
hooks:
- id: cue-fmt
stages: [commit]
- id: cue-trim
stages: [commit]
```