mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
docs: add missing tag prefix v
This commit is contained in:
parent
5f4f893382
commit
72403b4ed7
3 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue