cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12.15k stars 2.91k forks source link

Update djlint to 1.36.0 #5517

Closed pyup-bot closed 2 weeks ago

pyup-bot commented 2 weeks ago

This PR updates djlint from 1.35.4 to 1.36.0.

Changelog ### 1.36.0 ``` Feature - Add support for `djlint.toml` config file. The format is identical to `pyproject.toml`, but it does not use `[tool.djlint]` table. Fix - Do not format HTML in attributes. Thanks, oliverhaas. - Fix using `js_config` instead of `css_config`. Performance - Increase performance by ~30% by using regex more efficiently and caching more stuff. ```
Links - PyPI: https://pypi.org/project/djlint - Changelog: https://data.safetycli.com/changelogs/djlint/