-
-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy path.pre-commit-hooks.yaml
More file actions
107 lines (90 loc) · 2.42 KB
/
Copy path.pre-commit-hooks.yaml
File metadata and controls
107 lines (90 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
- id: djlint
name: djLint linting
entry: djlint
types_or: [html]
language: python
- id: djlint-django
name: djLint linting for Django
entry: djlint --profile=django
types_or: [html]
language: python
- id: djlint-jinja
name: djLint linting for Jinja
entry: djlint --profile=jinja
types_or: [jinja]
language: python
- id: djlint-nunjucks
name: djLint linting for Nunjucks
entry: djlint --profile=nunjucks
types_or: [nunjucks]
language: python
- id: djlint-handlebars
name: djLint linting for Handlebars/Mustache
entry: djlint --profile=handlebars
types_or: [handlebars]
language: python
- id: djlint-liquid
name: djLint linting for Liquid
entry: djlint --profile=liquid
types_or: [html]
language: python
- id: djlint-golang
name: djLint linting for Go templates
entry: djlint --profile=golang
types_or: [gotmpl]
language: python
- id: djlint-tera
name: djLint linting for Tera
entry: djlint --profile=tera
types_or: [html]
language: python
- id: djlint-askama
name: djLint linting for Askama
entry: djlint --profile=askama
types_or: [html]
language: python
- id: djlint-reformat
name: djLint formatting
entry: djlint --reformat
types_or: [html]
language: python
- id: djlint-reformat-django
name: djLint formatting for Django
entry: djlint --reformat --profile=django
types_or: [html]
language: python
- id: djlint-reformat-jinja
name: djLint formatting for Jinja
entry: djlint --reformat --profile=jinja
types_or: [jinja]
language: python
- id: djlint-reformat-nunjucks
name: djLint formatting for Nunjucks
entry: djlint --reformat --profile=nunjucks
types_or: [nunjucks]
language: python
- id: djlint-reformat-handlebars
name: djLint formatting for Handlebars/Mustache
entry: djlint --reformat --profile=handlebars
types_or: [handlebars]
language: python
- id: djlint-reformat-liquid
name: djLint formatting for Liquid
entry: djlint --reformat --profile=liquid
types_or: [html]
language: python
- id: djlint-reformat-golang
name: djLint formatting for Go templates
entry: djlint --reformat --profile=golang
types_or: [gotmpl]
language: python
- id: djlint-reformat-tera
name: djLint formatting for Tera
entry: djlint --reformat --profile=tera
types_or: [html]
language: python
- id: djlint-reformat-askama
name: djLint formatting for Askama
entry: djlint --reformat --profile=askama
types_or: [html]
language: python