Add stylelint to precommit

This commit is contained in:
Carlos Camara 2024-01-13 16:29:48 +00:00
parent 66d4f20e76
commit be69065938

View file

@ -24,6 +24,11 @@ repos:
hooks:
- id: curlylint
types: [html]
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
rev: 0.0.2
hooks:
- id: stylelint
types: [css]
- repo: local
hooks:
- id: pytest