timetracker/.pre-commit-config.yaml

16 lines
332 B
YAML
Raw Normal View History

2023-11-17 08:34:51 +00:00
repos:
- repo: https://github.com/psf/black
2024-08-11 15:22:58 +00:00
rev: 24.8.0
2023-11-17 08:34:51 +00:00
hooks:
- id: black
- repo: https://github.com/pycqa/isort
2024-08-11 15:22:58 +00:00
rev: 5.13.2
2023-11-17 08:34:51 +00:00
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