Add djlint pre-commit hook

This commit is contained in:
Edgar P. Burkhart 2023-04-18 19:01:41 +02:00
parent d0cfc2d729
commit 044a7f1c06
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
13 changed files with 40 additions and 47 deletions

View file

@ -8,3 +8,8 @@ repos:
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.23.1
hooks:
- id: djlint-django
args: ["--reformat"]