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.
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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps djlint from 1.35.2 to 1.35.3.
Release notes
Sourced from djlint's releases.
Changelog
Sourced from djlint's changelog.
Commits
e918394
v1.35.35c93970
fix: improve helpers performance786e87c
fix: remove workers count limitc48ad92
fix: Cache some results of re.finditer (#969)2ee5fb7
chore(deps): update dependency pytest-cov to v6 (#980)a4121d1
chore(deps): update dependency postcss-nested to v7 (#979)4cf5239
chore(deps): update untitaker/hyperlink action to v0.1.42 (#978)cb2271f
chore(deps): lock file maintenance (#977)157e60d
chore(deps): lock file maintenance (#976)64404d7
chore(deps): lock file maintenance (#975)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show