2020-12-16 04:32:08 +08:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
2021-04-06 13:32:59 +08:00
|
|
|
rev: 5.8.0
|
2020-12-16 04:32:08 +08:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
2021-04-06 13:32:59 +08:00
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
|
|
rev: 3.9.0
|
2020-12-16 04:32:08 +08:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
2021-04-06 13:32:59 +08:00
|
|
|
rev: v7.23.0
|
2020-12-16 04:32:08 +08:00
|
|
|
hooks:
|
|
|
|
- id: eslint
|