Add curlylint to precommit

This commit is contained in:
Carlos Camara 2024-01-13 16:25:36 +00:00
parent 8a0ea5af42
commit 66d4f20e76

View file

@ -19,6 +19,11 @@ repos:
hooks:
- id: pylint
types: [python]
- repo: https://github.com/thibaudcolas/curlylint
rev: v0.13.1
hooks:
- id: curlylint
types: [html]
- repo: local
hooks:
- id: pytest