docs: add missing tag prefix v

This commit is contained in:
TAKAHASHI Shuuji 2023-01-09 14:11:43 +09:00
parent 5f4f893382
commit 72403b4ed7
No known key found for this signature in database
GPG key ID: F15C887632129F5E
3 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ Note that these predefined hooks are sometimes too conservative in the inputs th
```yaml
repos:
- repo: https://github.com/Riverside-Healthcare/djLint
rev: {{ djlint_version }}
rev: v{{ djlint_version }}
hooks:
- id: djlint-django
```
@ -45,7 +45,7 @@ repos:
```yaml
repos:
- repo: https://github.com/Riverside-Healthcare/djLint
rev: {{ djlint_version }}
rev: v{{ djlint_version }}
hooks:
- id: djlint-handlebars
files: "\\.html"

View file

@ -35,7 +35,7 @@ Notez que ces hooks prédéfinis sont parfois trop conservateurs dans les entré
```yaml
repos:
- repo: https://github.com/Riverside-Healthcare/djLint
rev: {{ djlint_version }}
rev: v{{ djlint_version }}
hooks:
- id: djlint-django
```
@ -45,7 +45,7 @@ repos:
```yaml
repos:
- repo: https://github.com/Riverside-Healthcare/djLint
rev: {{ djlint_version }}
rev: v{{ djlint_version }}
hooks:
- id: djlint-handlebars
files: "\\.html"

View file

@ -35,7 +35,7 @@ djLint можно использовать как [pre-commit](https://pre-commi
```yaml
repos:
- repo: https://github.com/Riverside-Healthcare/djLint
rev: {{ djlint_version }}
rev: v{{ djlint_version }}
hooks:
- id: djlint-django
```
@ -45,7 +45,7 @@ repos:
```yaml
repos:
- repo: https://github.com/Riverside-Healthcare/djLint
rev: {{ djlint_version }}
rev: v{{ djlint_version }}
hooks:
- id: djlint-handlebars
files: "\\.html"