Replace curlylint with DjHTML

This commit is contained in:
Mark Veidemanis 2022-09-05 07:20:30 +01:00
parent 9d994096f0
commit ba57c378cd
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 5 additions and 4 deletions

View File

@ -15,8 +15,9 @@ repos:
- id: flake8
args: [--max-line-length=88]
exclude: ^core/migrations
- repo: https://github.com/thibaudcolas/curlylint
rev: v0.13.1
- repo: https://github.com/rtts/djhtml
rev: 'v1.5.2' # replace with the latest tag on GitHub
hooks:
- id: curlylint
files: \.(html|sls)$
- id: djhtml
- id: djcss
- id: djjs