djLint is a jinja template linter and a jinja template formatter! Take advantage of the pre-build profile when linting and formatting your templates with djLint.
MiniJinja templates are fully Jinja2-compatible — use this same jinja profile.
HubSpot’s Jinjava templates are also jinja-style — use this profile for them too.
djlint /path/to/templates --profile=jinja
Configure djLint in your projects pyproject.toml.
[tool.djlint]
profile="jinja"