Change pre-commit django definition

This commit is contained in:
Adam Johnson 2022-07-05 17:02:13 +01:00 committed by GitHub
parent 49fc0d579f
commit 311fd36bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
- id: djlint-django
name: djLint for Django
entry: djlint --profile=django
files: "templates/.*\\.html$"
types_or: [html]
language: python
- id: djlint-jinja