File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ This utility can be used as a [pre-commit plugin](https://pre-commit.com/#instal
156
156
cat << EOF >.pre-commit-config.yaml
157
157
repos:
158
158
- repo: https://github.com/acaloiaro/ess.git
159
- rev: v2.17 .0
159
+ rev: v2.18 .0
160
160
hooks:
161
161
- id: ess
162
162
EOF
@@ -214,7 +214,7 @@ It's even possible to provide default/example values for every environment varia
214
214
``` yml
215
215
repos :
216
216
- repo : https://github.com/acaloiaro/ess.git
217
- rev : v2.17 .0
217
+ rev : v2.18 .0
218
218
hooks :
219
219
- id : ess
220
220
` ` `
@@ -224,7 +224,7 @@ repos:
224
224
` ` ` yml
225
225
repos:
226
226
- repo: https://github.com/acaloiaro/ess.git
227
- rev: v2.17 .0
227
+ rev: v2.18 .0
228
228
hooks:
229
229
- id: ess
230
230
args: ['--env-file=.env_file', '--sample-file=env_file.sample']
@@ -239,7 +239,7 @@ environment variable name surrounded by `<brackets like this>` in sample files.
239
239
` ` ` yml
240
240
repos:
241
241
- repo: https://github.com/acaloiaro/ess.git
242
- rev: v2.17 .0
242
+ rev: v2.18 .0
243
243
hooks:
244
244
- id: ess
245
245
args: [--example=FOO="Provide your foo here", --example=BAR="You can fetch bars from https://example.com/bars"]
Original file line number Diff line number Diff line change 1
- 2.17 .0
1
+ 2.18 .0
You can’t perform that action at this time.
0 commit comments