Add more checkers for pre-commit

modern-tables
Mark Veidemanis 2 years ago
parent 4efc10a4f9
commit 85998bbc38
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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…
Cancel
Save