mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
Updated README.md with latest version number
This commit is contained in:
parent
24b9e166be
commit
33313070d3
1 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ Add this hook to your repository as follows:
|
|||
cat <<EOF > .pre-commit-config.yaml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/pre-commit-env-sample-sync.git
|
||||
rev: v2.0.0
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: env-sample-sync
|
||||
EOF
|
||||
|
|
@ -65,7 +65,7 @@ This plugin accepts the following arguments
|
|||
```yml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/pre-commit-env-sample-sync.git
|
||||
rev: v2.0.0
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: env-sample-sync
|
||||
```
|
||||
|
|
@ -75,7 +75,7 @@ repos:
|
|||
```yml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/pre-commit-env-sample-sync.git
|
||||
rev: v2.0.0
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: env-sample-sync
|
||||
args: ['--env-file=.env_file', '--sample-file=env_file.sample']
|
||||
|
|
@ -89,7 +89,7 @@ Sometimes environment variables need to conform to specific formats and it's nec
|
|||
```yml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/pre-commit-env-sample-sync.git
|
||||
rev: v2.0.0
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: env-sample-sync
|
||||
args: [--example=FOO="Provide your foo here", --example=BAR="You can fetch bars from https://example.com/bars"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue