File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 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
156156cat << EOF >.pre-commit-config.yaml
157157repos:
158158- repo: https://github.com/acaloiaro/ess.git
159- rev: v2.17 .0
159+ rev: v2.18 .0
160160 hooks:
161161 - id: ess
162162EOF
@@ -214,7 +214,7 @@ It's even possible to provide default/example values for every environment varia
214214``` yml
215215repos :
216216- repo : https://github.com/acaloiaro/ess.git
217- rev : v2.17 .0
217+ rev : v2.18 .0
218218 hooks :
219219 - id : ess
220220` ` `
@@ -224,7 +224,7 @@ repos:
224224` ` ` yml
225225repos:
226226- repo: https://github.com/acaloiaro/ess.git
227- rev: v2.17 .0
227+ rev: v2.18 .0
228228 hooks:
229229 - id: ess
230230 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.
239239` ` ` yml
240240repos:
241241- repo: https://github.com/acaloiaro/ess.git
242- rev: v2.17 .0
242+ rev: v2.18 .0
243243 hooks:
244244 - id: ess
245245 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