We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c05fb commit 0682daaCopy full SHA for 0682daa
1 file changed
README.md
@@ -12,7 +12,7 @@ Add this to your `.pre-commit-config.yaml`:
12
```yaml
13
repos:
14
- repo: https://github.com/cybozu/pre-commit-jsonnet
15
- rev: v0.1.0
+ rev: v0.2.0
16
hooks:
17
- id: jsonnet-fmt
18
args: ["--test"] # you can use arbitrary options of jsonnetfmt command
0 commit comments