mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-03-13 15:02:57 +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:
|
||||
- id: pylint
|
||||
types: [python]
|
||||
- repo: https://github.com/thibaudcolas/curlylint
|
||||
rev: v0.13.1
|
||||
hooks:
|
||||
- id: curlylint
|
||||
types: [html]
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pytest
|
||||
|
|
Loading…
Reference in a new issue