Skip to content

Commit 8f03bff

Browse files
committed
Add djHTML to pre-commit
1 parent 1f2bbf3 commit 8f03bff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ repos:
1414
- id: ruff
1515
args: [ --fix ]
1616
- id: ruff-format
17+
18+
- repo: https://github.com/rtts/djhtml
19+
rev: '3.0.7'
20+
hooks:
21+
- id: djhtml
22+
entry: djhtml --tabwidth 2
23+
files: django_mongodb_extensions/templates/debug_toolbar/panels/mql.html

0 commit comments

Comments
 (0)