repos:
- repo: https://github.com/cybozu/pre-commit-jsonnet
rev: v0.1.0
hooks:
- id: jsonnet-fmt
args: ["--test"] # you can use arbitrary options of jsonnetfmt command
- id: jsonnet-lint
args: ["--jpath", "lib/"] # you can use arbitrary options of jsonnet-lint command