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