Feature request: Support djlint
[djlint](https://www.djlint.com/) is a linter and formatter for html-templates and especially interesting for linting YAML. It can be installed via pip and runs like this: ``` djlint scripts/create_template.sh.j2 Linting 1/1 files ━━━━━━━━━━━━━━━━━━━━━━━━ 00:00 scripts/create_template.sh.j2 ────────────────────────── H014 32:0 Found extra blank lines. } Linted 1 file, found 1 error. ``` Thank you for your this great project!
issue