We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd41e71 commit aa975dcCopy full SHA for aa975dc
Makefile
@@ -4,7 +4,7 @@ PRE_COMMIT := pre-commit
4
JSONNET_VERSION := v0.18.0
5
GOLANGCI_VERSION := v1.46.2
6
7
-VERSION := v0.2.0
+VERSION := v0.3.0
8
9
.PHONY: fmt
10
fmt:
README.md
@@ -11,7 +11,7 @@ Add the following to your `.pre-commit-config.yaml`:
11
```yaml
12
repos:
13
- repo: https://github.com/cybozu/pre-commit-jsonnet
14
- rev: v0.2.0
+ rev: v0.3.0
15
hooks:
16
- id: jsonnet-fmt
17
args: ["--test"] # you can specify any options of jsonnetfmt command
0 commit comments