2020-12-15 20:32:08 +00:00
|
|
|
repos:
|
2022-02-02 10:36:57 +00:00
|
|
|
- repo: https://github.com/psf/black
|
2022-09-01 07:39:12 +00:00
|
|
|
rev: 22.8.0
|
2022-02-02 10:36:57 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2022-03-03 15:33:55 +00:00
|
|
|
exclude: \.py-tpl$
|
2020-12-15 20:32:08 +00:00
|
|
|
- repo: https://github.com/PyCQA/isort
|
2022-03-29 07:18:22 +00:00
|
|
|
rev: 5.10.1
|
2020-12-15 20:32:08 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
2021-04-06 05:32:59 +00:00
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2022-09-01 07:39:12 +00:00
|
|
|
rev: 5.0.4
|
2020-12-15 20:32:08 +00:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
2022-09-01 07:39:12 +00:00
|
|
|
rev: v8.23.0
|
2020-12-15 20:32:08 +00:00
|
|
|
hooks:
|
|
|
|
- id: eslint
|