10 lines
232 B
YAML
10 lines
232 B
YAML
|
repos:
|
||
|
- repo: https://github.com/rtts/djhtml
|
||
|
rev: 'main' # replace with the latest tag on GitHub
|
||
|
hooks:
|
||
|
- id: djhtml
|
||
|
entry: djhtml -i -t 2
|
||
|
files: templates/.
|
||
|
- id: djcss
|
||
|
types: [scss]
|