-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency black to v24 #76
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/black-24.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
February 19, 2024 12:12
cba0a79
to
921e249
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
February 26, 2024 12:48
921e249
to
02cb3c0
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
March 11, 2024 11:36
02cb3c0
to
333c2dc
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
March 20, 2024 03:30
333c2dc
to
1b212d4
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
April 8, 2024 10:02
1b212d4
to
82d2b98
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
2 times, most recently
from
April 22, 2024 12:05
2c3f070
to
ebb6b63
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
April 29, 2024 14:09
ebb6b63
to
94d589e
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
2 times, most recently
from
June 3, 2024 11:06
3b34707
to
ef677f7
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
June 10, 2024 13:49
ef677f7
to
788fc9d
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
July 15, 2024 10:16
788fc9d
to
bbdf08d
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
2 times, most recently
from
August 12, 2024 11:45
46c1856
to
12b1252
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
2 times, most recently
from
August 26, 2024 10:55
de8e0d8
to
897563a
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
3 times, most recently
from
September 9, 2024 12:00
a3b71fe
to
8c3777f
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
2 times, most recently
from
September 23, 2024 11:35
e3c5181
to
9120f16
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
September 30, 2024 12:40
9120f16
to
0854165
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
November 4, 2024 13:02
0854165
to
37a3c43
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
November 11, 2024 13:41
37a3c43
to
7cfc363
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
November 18, 2024 14:06
7cfc363
to
97ad141
Compare
renovate
bot
force-pushed
the
renovate/black-24.x
branch
from
November 25, 2024 12:41
97ad141
to
71d0344
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^23.3.0
->^24.0.0
Release Notes
psf/black (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)v24.3.0
Compare Source
Highlights
This release is a milestone: it fixes Black's first CVE security vulnerability. If you
run Black on untrusted input, or if you habitually put thousands of leading tab
characters in your docstrings, you are strongly encouraged to upgrade immediately to fix
CVE-2024-21503.
This release also fixes a bug in Black's AST safety check that allowed Black to make
incorrect changes to certain f-strings that are valid in Python 3.12 and higher.
Stable style
of Black would incorrectly format the contents of certain unusual f-strings containing
nested strings with the same quote type. Now, Black will crash on such strings until
support for the new f-string syntax is implemented. (#4270)
(#4273)
Performance
characters. This fixes
CVE-2024-21503.
(#4278)
Documentation
--check
is used with--quiet
(#4236)v24.2.0
Compare Source
Stable style
(#4218)
Preview style
hug_parens_with_braces_and_square_brackets
feature to the unstable styledue to an outstanding crash and proposed formatting tweaks (#4198)
expression (#4154)
(#4185)
case
statementif
guards (#4214).Configuration
pyproject.toml
that is missing atool.black
section whendiscovering project root and configuration. Since Black continues to use version
control as an indicator of project root, this is expected to primarily change behavior
for users in a monorepo setup (desirably). If you wish to preserve previous behavior,
simply add an empty
[tool.black]
to the previously discoveredpyproject.toml
(#4204)
Output
SyntaxWarning
s orDeprecationWarning
s produced by theast
module when performing equivalence checks (#4189)
Integrations
v24.1.1
Compare Source
Bugfix release to fix a bug that made Black unusable on certain file systems with strict
limits on path length.
Preview style
Configuration
do not support long paths (#4176)
v24.1.0
Compare Source
Highlights
This release introduces the new 2024 stable style (#4106), stabilizing the following
changes:
if
-else
expressions (#2278)...
are formatted morecompactly (#3796)
(#3368)
with
statement(#3489)
entry (#3393)
--skip-magic-trailing-comma
or-C
, trailing commas are stripped fromsubscript expressions with more than 1 element (#3209)
# fmt: skip
with other comments (#3959)There are already a few improvements in the
--preview
style, which are slated for the2025 stable style. Try them out and
share your feedback. In the past, the preview
style has included some features that we were not able to stabilize. This year, we're
adding a separate
--unstable
style for features with known problems. Now, the--preview
style only includes features that we actually expect to make it into nextyear's stable style.
Stable style
Several bug fixes were made in features that are moved to the stable style in this
release:
unlike other binary operators (#4109)
blocks, except immediately before a docstring (#4130)
Preview style
--unstable
style, covering preview features that have known problems that wouldblock them from going into the stable style. Also add the
--enable-unstable-feature
flag; for example, use
--enable-unstable-feature hug_parens_with_braces_and_square_brackets
to apply thispreview feature throughout 2024, even if a later Black release downgrades the feature
to unstable (#4096)
# fmt: skip
comments (#4146)Configuration
pyproject.toml
contains an invalid key (#4165)--experimental-string-processing
flag. This feature cancurrently be enabled with
--preview --enable-unstable-feature string_processing
.(#4096)
Integrations
(#3940) for better compatibility with older versions of pre-commit (#4137)
Configuration
📅 Schedule: Branch creation - "every weekday,after 9am and before 5pm" in timezone America/Los_Angeles, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.