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

https://github.com/getindata/looker-pre-commit

A set of pre-commit hooks for Looker
https://github.com/getindata/looker-pre-commit

Last synced: 3 months ago
JSON representation

A set of pre-commit hooks for Looker

Awesome Lists containing this project

README

          

# looker-pre-commit
A set of [pre-commit](https://pre-commit.com/) hooks for Looker

## Supported hooks:

* [LAMS](https://github.com/looker-open-source/look-at-me-sideways)
* [lkmlstyle](https://github.com/spectacles-ci/lkmlstyle)

## Example setup:
```yaml
repos:
- repo: https://github.com/getindata/looker-pre-commit
rev: v0.1.4
hooks:
- id: lams
args:
- --reporting=no
- --output-to-cli
- id: lkmlstyle
```