Skip to content

Commit 17063f9

Browse files
committed
Add new linter
1 parent 52bb1ff commit 17063f9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,11 @@ repos:
4646
- id: deptry
4747
args: [".", "--per-rule-ignores", "DEP002=python-docs-theme", "--package-module-name-map", "gitpython=git,sphinx-lint=sphinxlint"]
4848

49+
- repo: https://github.com/djlint/djLint
50+
rev: v1.36.4
51+
hooks:
52+
- id: djlint-reformat-jinja
53+
- id: djlint-jinja
54+
4955
ci:
5056
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)