NDOJ/.pre-commit-config.yaml
2023-01-27 17:11:10 -06:00

9 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]