pluto/.pre-commit-config.yaml

22 lines
496 B
YAML
Raw Normal View History

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
- repo: https://github.com/PyCQA/flake8
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)$