nummi/.pre-commit-config.yaml

22 lines
541 B
YAML
Raw Normal View History

2023-04-18 18:55:23 +02:00
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
2023-04-18 19:01:41 +02:00
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.23.1
hooks:
- id: djlint-django
args: ["--reformat"]
2023-04-18 19:51:15 +02:00
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
hooks:
- id: prettier
types_or: ["css", "javascript"]
exclude: "fontawesome/"