timetracker/.pre-commit-config.yaml

21 lines
521 B
YAML
Raw Permalink Normal View History

2023-11-17 08:34:51 +00:00
repos:
2024-08-11 16:34:50 +00:00
# disable due to incomaptible formatting between
# black and ruff
# TODO: replace with ruff when it works on NixOS
# - repo: https://github.com/psf/black
# rev: 24.8.0
# hooks:
# - id: black
2023-11-17 08:34:51 +00:00
- 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
args: ["--ignore", "H011"]
2023-11-21 17:19:25 +00:00
- id: djlint-django
args: ["--ignore", "H011"]