Replace curlylint with DjHTML
This commit is contained in:
parent
9d994096f0
commit
ba57c378cd
|
@ -15,8 +15,9 @@ repos:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args: [--max-line-length=88]
|
args: [--max-line-length=88]
|
||||||
exclude: ^core/migrations
|
exclude: ^core/migrations
|
||||||
- repo: https://github.com/thibaudcolas/curlylint
|
- repo: https://github.com/rtts/djhtml
|
||||||
rev: v0.13.1
|
rev: 'v1.5.2' # replace with the latest tag on GitHub
|
||||||
hooks:
|
hooks:
|
||||||
- id: curlylint
|
- id: djhtml
|
||||||
files: \.(html|sls)$
|
- id: djcss
|
||||||
|
- id: djjs
|
||||||
|
|
Loading…
Reference in New Issue