NDOJ/.pre-commit-config.yaml

10 lines
232 B
YAML
Raw Normal View History

2023-01-27 23:11:10 +00:00
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]