13 lines
299 B
YAML
13 lines
299 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.6.3
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix]
|
|
- id: ruff-format
|
|
|
|
- repo: https://github.com/Riverside-Healthcare/djLint
|
|
rev: v1.36.4
|
|
hooks:
|
|
- id: djlint-reformat-django
|
|
- id: djlint-django
|