We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11185c6 + 5df8d2f commit 787f369Copy full SHA for 787f369
2 files changed
Makefile
@@ -4,7 +4,7 @@ PRE_COMMIT := pre-commit
4
JSONNET_VERSION := v0.20.0
5
GOLANGCI_VERSION := v1.64.6
6
7
-VERSION := v0.3.0
+VERSION := v0.3.1
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.3.0
+ rev: v0.3.1
15
hooks:
16
- id: jsonnet-fmt
17
args: ["--test"] # you can specify any options of jsonnetfmt command
0 commit comments