2020-12-16 04:32:08 +08:00
|
|
|
repos:
|
2022-02-02 18:36:57 +08:00
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 22.1.0
|
|
|
|
hooks:
|
|
|
|
- id: black
|
2022-03-03 23:33:55 +08:00
|
|
|
exclude: \.py-tpl$
|
2020-12-16 04:32:08 +08:00
|
|
|
- repo: https://github.com/PyCQA/isort
|
2021-10-13 02:38:36 +08:00
|
|
|
rev: 5.9.3
|
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
|
2021-10-13 02:38:36 +08:00
|
|
|
rev: 4.0.1
|
2020-12-16 04:32:08 +08:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
2021-10-13 02:38:36 +08:00
|
|
|
rev: v7.32.0
|
2020-12-16 04:32:08 +08:00
|
|
|
hooks:
|
|
|
|
- id: eslint
|