Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.0
->7.1.1
v1.24.0
->v1.36.1
v1.4.0
->v1.5.0
24.3.0
->24.10.0
v4.5.0
->v4.6.0
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
PyCQA/flake8 (PyCQA/flake8)
v7.1.1
Compare Source
v7.1.0
Compare Source
Riverside-Healthcare/djLint (Riverside-Healthcare/djLint)
v1.36.1
Compare Source
v1.36.0
Compare Source
Feature
djlint.toml
config file. The format is identical topyproject.toml
, but it does not use[tool.djlint]
table.Fix
js_config
instead ofcss_config
.Performance
v1.35.4
Compare Source
Compiled mypyc wheels are now also available, which improve performance by ~21% over Pure Python. They will be automatically installed by your package manager when available for your platform. Pure Python wheel is still available.
Other changes have been made to improve performance, thanks to @JCWasmx86. See the commits for more details.
Formatting performance comparison with the previous version (tested on https://github.com/openedx/edx-platform with single thread):
v1.35.3
Compare Source
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.
v1.35.2
Compare Source
v1.35.1
Compare Source
v1.35.0
Compare Source
v1.34.5
Compare Source
v1.34.2
Compare Source
Bug Fixes
v1.34.1
Compare Source
Bug Fixes
v1.34.0
Compare Source
Bug Fixes
Features
v1.33.0
Compare Source
Bug Fixes
Features
v1.32.1
Compare Source
Bug Fixes
v1.32.0
Compare Source
Bug Fixes
Features
v1.31.1
Compare Source
Bug Fixes
v1.31.0
Compare Source
Bug Fixes
line_break_after_multiline_tag
to force break in all cases (3b37ec8), closes #680Features
max-blank-lines
flag to consolidate blank lines (4a7897f), closes #675v1.30.2
Compare Source
Bug Fixes
v1.30.1
Compare Source
Bug Fixes
v1.30.0
Compare Source
Bug Fixes
Features
v1.29.0
Compare Source
Bug Fixes
Features
v1.28.0
Compare Source
Bug Fixes
Features
v1.27.2
Compare Source
Bug Fixes
v1.27.1
Compare Source
Bug Fixes
v1.27.0
Compare Source
Bug Fixes
Features
v1.26.0
Compare Source
Bug Fixes
Features
v1.25.1
Compare Source
Bug Fixes
v1.25.0
Compare Source
Bug Fixes
Features
Yelp/detect-secrets (Yelp/detect-secrets)
v1.5.0
Compare Source
May 6th, 2024
We apologise for the extreme delay in publishing a new release for our beloved
detect-secrets
. We at Yelp appreciate your continued support and your contributions to this valuable project!📰 News
📣 Release Highlights
🎉 New Features
✨ Usability
.secrets.baseline
is not found. (#719)🔭 Accuracy
🐛 Bugfixes
NotImplementedError
in StatisticsAggregator (#678)IndexError
inis_prefixed_with_dollar_sign
caused by passing empty strings (#712)🐍 Miscellaneous
ambv/black (ambv/black)
v24.10.0
Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Y
style unions.(#4453)
%%
magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass
) (#4440)Caching
--unstable
(#4466)Packaging
blackd
now requires a newer version of aiohttp. (#4451)Output
v24.8.0
Compare Source
Stable style
# fmt: off
is used before a closing parenthesis or bracket. (#4363)Packaging
linked. This improves the PyPI listing for Black. (#4345)
Parser
multiline string (#4339)
(#4401)
\{
inside f-strings very well (#4422)(#4423)
Performance
.gitignore
(#4415)Blackd
v24.4.2
Compare Source
This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.
Parser
Performance
v24.4.1
Compare Source
Highlights
Stable style
Parser
by PEP 696 (#4327)
Integrations
git archive
is skipped (#4313)v24.4.0
Compare Source
Stable style
Preview style
if
guards incase
blocks are now wrapped in parentheses when the line is too long.(#4269)
Integrations
use_pyproject
to the GitHub Actionpsf/black
. This will read theBlack version from
pyproject.toml
. (#4294)pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v4.6.0
: pre-commit-hooks v4.6.0Compare Source
Features
requirements-txt-fixer
: remove duplicate packages.Migrating
fix-encoding-pragma
: deprecated -- will be removed in 5.0.0. usepyupgrade or some other tool.
Configuration
📅 Schedule: Branch creation - "before 9am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.