2021-12-23 00:30:55 +00:00
|
|
|
repos:
|
2022-07-15 10:09:54 +00:00
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 22.6.0
|
2021-12-23 00:30:55 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2022-07-15 10:09:54 +00:00
|
|
|
exclude: ^core/migrations
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
|
|
rev: 5.10.1
|
|
|
|
hooks:
|
|
|
|
- id: isort
|
2022-07-15 11:50:59 +00:00
|
|
|
args: ["--profile", "black"]
|
2022-07-15 10:09:54 +00:00
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2022-06-04 12:41:35 +00:00
|
|
|
rev: 4.0.1
|
2021-12-23 00:30:55 +00:00
|
|
|
hooks:
|
2022-07-15 10:09:54 +00:00
|
|
|
- id: flake8
|
|
|
|
args: [--max-line-length=88]
|
|
|
|
exclude: ^core/migrations
|
|
|
|
- repo: https://github.com/thibaudcolas/curlylint
|
|
|
|
rev: v0.13.1
|
|
|
|
hooks:
|
|
|
|
- id: curlylint
|
|
|
|
files: \.(html|sls)$
|