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.16k stars 2.91k forks source link

Update djlint to 1.35.3 #5503

Closed pyup-bot closed 3 weeks ago

pyup-bot commented 3 weeks ago

This PR updates djlint from 1.35.2 to 1.35.3.

Changelog ### 1.35.3 ``` This release significantly improves performance, especially for large files and large projects. Formatting <https://github.com/openedx/edx-platform> took 87 seconds in the previous version, now it takes only 4 seconds (>2000% speedup)! Tested on a 32-core computer. - Performance improved by caching some functions. Thanks to JCWasmx86! - Removed the limitation on the number of workers introduced in v1.35.0. - Drop Python 3.8 support. ```
Links - PyPI: https://pypi.org/project/djlint - Changelog: https://data.safetycli.com/changelogs/djlint/