djLint is a twig template linter and a twig template formatter! Take advantage of the pre-build profile when linting and formatting your templates with djLint.
Pebble (Java) templates are Twig-compatible, so use this same profile for them.
djlint /path/to/templates --profile=nunjucks
Configure djLint in your projects pyproject.toml.
[tool.djlint]
profile="nunjucks"