mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-06-05 07:18:48 +00:00
Add stylelint to precommit
This commit is contained in:
parent
66d4f20e76
commit
be69065938
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: curlylint
|
- id: curlylint
|
||||||
types: [html]
|
types: [html]
|
||||||
|
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
|
||||||
|
rev: 0.0.2
|
||||||
|
hooks:
|
||||||
|
- id: stylelint
|
||||||
|
types: [css]
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: pytest
|
- id: pytest
|
||||||
|
|
Loading…
Reference in a new issue