djLint/.pre-commit-hooks.yaml

30 lines
636 B
YAML
Raw Normal View History

2021-11-12 00:51:11 +00:00
- id: djlint-django
name: djLint for Django
entry: djlint --profile=django
2022-07-05 16:02:13 +00:00
types_or: [html]
2021-11-12 00:51:11 +00:00
language: python
- id: djlint-jinja
name: djLint for Jinja
entry: djlint --profile=jinja
2022-07-05 16:06:50 +00:00
types_or: [jinja]
2021-11-12 00:51:11 +00:00
language: python
- id: djlint-nunjucks
name: djLint for Nunjucks
entry: djlint --profile=nunjucks
2022-07-05 16:06:50 +00:00
types_or: [nunjucks]
2021-11-12 00:51:11 +00:00
language: python
- id: djlint-handlebars
name: djLint for Handlebars/Mustache
entry: djlint --profile=handlebars
2022-07-05 16:06:50 +00:00
types_or: [handlebars]
2021-11-12 00:51:11 +00:00
language: python
- id: djlint-golang
name: djLint for Golang templates
entry: djlint --profile=golang
2022-07-05 16:06:50 +00:00
types_or: [gotmpl]
2021-11-12 00:51:11 +00:00
language: python