mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-04-25 19:54:07 +00:00
Add curlylint to precommit
This commit is contained in:
parent
8a0ea5af42
commit
66d4f20e76
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: pylint
|
- id: pylint
|
||||||
types: [python]
|
types: [python]
|
||||||
|
- repo: https://github.com/thibaudcolas/curlylint
|
||||||
|
rev: v0.13.1
|
||||||
|
hooks:
|
||||||
|
- id: curlylint
|
||||||
|
types: [html]
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: pytest
|
- id: pytest
|
||||||
|
|
Loading…
Reference in a new issue