mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
This commit is contained in:
parent
d85b8024b8
commit
2608875aa3
2 changed files with 5 additions and 5 deletions
|
|
@ -158,7 +158,7 @@ This utility can be used as a [pre-commit plugin](https://pre-commit.com/#instal
|
|||
cat <<EOF >.pre-commit-config.yaml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/ess.git
|
||||
rev: v2.18.2
|
||||
rev: v2.18.3
|
||||
hooks:
|
||||
- id: ess
|
||||
EOF
|
||||
|
|
@ -216,7 +216,7 @@ It's even possible to provide default/example values for every environment varia
|
|||
```yml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/ess.git
|
||||
rev: v2.18.2
|
||||
rev: v2.18.3
|
||||
hooks:
|
||||
- id: ess
|
||||
```
|
||||
|
|
@ -226,7 +226,7 @@ repos:
|
|||
```yml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/ess.git
|
||||
rev: v2.18.2
|
||||
rev: v2.18.3
|
||||
hooks:
|
||||
- id: ess
|
||||
args: ['--env-file=.env_file', '--sample-file=env_file.sample']
|
||||
|
|
@ -241,7 +241,7 @@ environment variable name surrounded by `<brackets like this>` in sample files.
|
|||
```yml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/ess.git
|
||||
rev: v2.18.2
|
||||
rev: v2.18.3
|
||||
hooks:
|
||||
- id: ess
|
||||
args: [--example=FOO="Provide your foo here", --example=BAR="You can fetch bars from https://example.com/bars"]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.18.2
|
||||
2.18.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue