We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0682daa commit 3e27052Copy full SHA for 3e27052
1 file changed
README.md
@@ -6,16 +6,15 @@
6
7
## Usage
8
9
-### Configurations
10
-Add this to your `.pre-commit-config.yaml`:
+Add the following to your `.pre-commit-config.yaml`:
11
12
```yaml
13
repos:
14
- repo: https://github.com/cybozu/pre-commit-jsonnet
15
rev: v0.2.0
16
hooks:
17
- id: jsonnet-fmt
18
- args: ["--test"] # you can use arbitrary options of jsonnetfmt command
+ args: ["--test"] # you can specify any options of jsonnetfmt command
19
- id: jsonnet-lint
20
- args: ["--jpath", "lib/"] # you can use arbitrary options of jsonnet-lint command
+ args: [] # you can specify any options of jsonnet-lint command
21
```
0 commit comments