timetracker/.pre-commit-config.yaml

16 lines
333 B
YAML
Raw Permalink Normal View History

2023-11-17 08:34:51 +00:00
repos:
- repo: https://github.com/psf/black
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
2023-11-21 17:19:25 +00:00
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.0
hooks:
- id: djlint-reformat-django
- id: djlint-django