mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-08 15:22:27 +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:
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue