NDOJ/.pre-commit-config.yaml

14 lines
319 B
YAML
Raw Normal View History

2023-01-27 23:11:10 +00:00
repos:
- repo: https://github.com/rtts/djhtml
2023-01-27 23:13:02 +00:00
rev: 'v1.5.2' # replace with the latest tag on GitHub
2023-01-27 23:11:10 +00:00
hooks:
- id: djhtml
entry: djhtml -i -t 2
files: templates/.
- id: djcss
types: [scss]
2023-01-27 23:13:02 +00:00
- repo: https://github.com/psf/black
2023-01-27 23:18:43 +00:00
rev: 22.12.0
2023-01-27 23:13:02 +00:00
hooks:
- id: black