Add more checkers for pre-commit
This commit is contained in:
parent
4efc10a4f9
commit
85998bbc38
|
@ -3,7 +3,7 @@ repos:
|
|||
rev: 22.6.0
|
||||
hooks:
|
||||
- id: black
|
||||
exclude: \.py-tpl$
|
||||
exclude: ^core/migrations
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.10.1
|
||||
hooks:
|
||||
|
@ -16,4 +16,8 @@ repos:
|
|||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v8.18.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
- id: eslint
|
||||
- repo: https://github.com/thibaudcolas/curlylint
|
||||
rev: v0.13.1
|
||||
hooks:
|
||||
- id: curlylint
|
Loading…
Reference in New Issue