chore(deps): update pre-commit hook ambv/black to v23 (.pre-commit-config.yaml) (main)#597
Merged
Merged
Conversation
43b0322 to
5c2789a
Compare
This file contains hidden or 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
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:
21.12b0->23.7.0⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
ambv/black (ambv/black)
v23.7.0Compare Source
Highlights
supported until further notice (#3765)
Stable style
PEP 604 unions (#3735)
under some circumstances (#3745)
type: ignorewithin parentheses(#3740)
(#3773)
Preview style
parentheses (#3640)
Configuration
--workersargument to Black can now be specified via theBLACK_NUM_WORKERSenvironment variable (#3743)
.pytest_cache,.ruff_cacheand.vscodeare now excluded by default (#3691)pyproject.tomlsettings when running--stdin-filenameand the
pyproject.tomlfound isn't in the current working directory (#3719)excludeandextend-excludehave invalid data types inpyproject.toml, instead of silently doing the wrong thing (#3764)Packaging
LANG=C(#3768)Parser
Performance
IPythonin a case where we wouldn't need it (#3748)Output
Blackd
blackdargument parser now shows the default values for options in their helptext (#3712)
Integrations
PYTHONWARNDEFAULTENCODING = 1(#3763)
Documentation
cite this software (#3723)
the latest code base (#3755)
v23.3.0Compare Source
Highlights
This release fixes a longstanding confusing behavior in Black's GitHub action, where the
version of the action did not determine the version of Black being run (issue #3382). In
addition, there is a small bug fix around imports and a number of improvements to the
preview style.
Please try out the
preview style
with
black --previewand tell us your feedback. All changes in the preview style areexpected to become part of Black's stable style in January 2024.
Stable style
# fmt: skipand# fmt: offno longer have an extra blank lineadded when they are right after another import line (#3610)
Preview style
entry (#3393)
async def,async for, andasync withstatements are now formatted consistentlycompared to their non-async version. (#3609)
withstatements that contain two context managers will be consistently wrapped inparentheses (#3589)
(#3445)
、U+3001IDEOGRAPHIC COMMA,
。U+3002 IDEOGRAPHIC FULL STOP, &,U+FF0C FULLWIDTH COMMA)besides before spaces (#3445)
...(#3564)Parser
Integrations
version input is not specified (#3543)
Documentation
vulnerabilities should be reported through Tidelift (#3612)
v23.1.0Compare Source
Highlights
This is the first release of 2023, and following our
stability policy,
it comes with a number of improvements to our stable style, including improvements to
empty line handling, removal of redundant parentheses in several contexts, and output
that highlights implicitly concatenated strings better.
There are also many changes to the preview style; try out
black --previewand give usfeedback to help us set the stable style for next year.
In addition to style changes, Black now automatically infers the supported Python
versions from your
pyproject.tomlfile, removing the need to set Black's targetversions separately.
Stable style
preview style (#3418). Specific changes:
(#3302) (22.12.0)
present) or as a single newline character (if a newline is present) (#3348)
(22.12.0)
parentheses (#3307) (22.12.0)
(#3370) (22.12.0)
--skip-string-normalization/-Snow prevents docstring prefixes from beingnormalized as expected (#3168) (since 22.8.0)
--skip-magic-trailing-commaor-C, trailing commas are stripped fromsubscript expressions with more than 1 element (#3209) (22.8.0)
parentheses (#3162) (22.8.0)
implicitly concatenated strings on its own line (#3227) (22.8.0)
(#3044, #3430) (22.6.0)
withstatements (#2926) (22.6.0)#%%are now standardised to# %%(#2919) (22.3.0)exceptstatements (#2939) (22.3.0)forloops (#2945) (22.3.0)# fmt: offand# fmt: on(#3439)Preview style
if-elseexpressions (#2278)and except clauses (#3423)
regular and f-strings start with an empty span (#3463)
before a dict's value (#3469)
# fmt: skipapplied or there is a standalone comment between decorators (#3470)
too long (#3430)
unnecessary parentheses around short values in dict literals are now removed; long
string lambda values are now wrapped in parentheses (#3440)
return type annotation is stringified and spans across multiple lines (#3462)
withstatementsor tuples (#3473)
code. Implicitly concatenated f-strings with different quotes can now be merged or
quote-normalized by changing the quotes used in expressions. (#3509)
await (yield)when Black is compiled with mypyc (#3533)Configuration
--target-versionfrom the project metadata specified inpyproject.toml(#3219)Packaging
0.971to0.991so mypycified Black can be built on armv7(#3380)
CPython
tomlirequirement on 3.11 alpha releases, workingaround a bug that would cause the requirement not to be installed on any non-final
Python releases (#3448)
packagingversion22.0or later. This is required for newfunctionality that needs to parse part of the project metadata (#3219)
Output
black --helpmultiple times will return the same help contents each time(#3516)
pyproject.tomlconfiguration variables(#3392)
relative path to the project root (#3385)
Integrations
latest_prereleasetag automation to follow latest black alpharelease on docker images (#3465)
Documentation
vim-pluginstallation instructions to offer more explicit options (#3468)v22.12.0Compare Source
Preview style
present) or as a single newline character (if a newline is present) (#3348)
parentheses (#3307)
fits on a single line (#3368)
(#3370)
Configuration
.gitignorerules by considering the.gitignorelocationand the relative path to the target file (#3338)
.gitignorepresence when more than one source directory isspecified (#3336)
Parser
passed as function args (for example,
any(match := my_re.match(text) for text in texts)) (#3327).Integrations
let g:black_use_virtualenv = 0(#3309)v22.10.0Compare Source
Highlights
supported until further notice.
Stable style
# fmt: onis used on a different block level than# fmt: off(#3281)
Preview style
(#3262)
Configuration
.ipynb_checkpointsdirectories are now excluded by default (#3293)--skip-source-first-line/-xoption to ignore the first line of source codewhile formatting (#3299)
Packaging
at once on macOS. Native x86-64 executables for macOS are available once again.
(#3275)
who install Black with its wheels from PyPI. (#3233)
Blackd
Integrations
g:black_preview) to enable/disable the preview style (#3246)jupyteroption (#3282)
<23) for Blackversion (#3265)
v22.8.0Compare Source
Highlights
of publishing (#3234)
code will continue to be supported until further notice)
affect code that was not previously formatted by Black (#3155)
Stable style
# fmt: on/offin the middle of an expression or codeblock (#3158)
# fmt: skipon colon (:) lines (#3148)(#2874)
Preview style
this is invalid. This was a bug introduced in version 22.6.0. (#3166)
--skip-string-normalization/-Snow prevents docstring prefixes from beingnormalized as expected (#3168)
--skip-magic-trailing-commaor-C, trailing commas are stripped fromsubscript expressions with more than 1 element (#3209)
parentheses (#3162)
concatenated strings on its own line (#3227)
Blackd
blackdnow supports enabling the preview style via theX-Previewheader (#3217)Configuration
--stdin-filename(#3216).gitignorefiles in source directories given on the command line are nowalso respected, previously only
.gitignorefiles in the project root andautomatically discovered directories were respected (#3237)
Documentation
Integrations
Black:so it's clear they come from Black (#3194)non-root users (#3202)
Output
asyncio.get_event_loop()to create our event loop whichremoves DeprecationWarning (#3164)
blib2to3library since it regularly emits error logsabout failed caching that can and should be ignored (#3193)
Parser
deletion raises an error. Though type comments can't be tracked when running on PyPy
3.7 due to standard library limitations. (#2874)
Performance
v22.6.0Compare Source
Style
#fmt: skipand# fmt:skipcomments (notice thelack of spaces) (#2970)
Preview style
withstatements (#2926)Integrations
scripts/migrate-black.pyscript to ease introduction of Black to a Git project(#3038)
Output
--versionflag (#2997)Packaging
tomliinstead oftomllibon Python 3.11 builds wheretomllibis notavailable (#2987)
Parser
except *ExceptionGroup:) is now supported (#3016)Array[Batch, *Shape]ordef fn(*args: *T) -> None) is now supported (#3071)Vim Plugin
strtoboolfunction. It didn't parse true/on/false/off. (#3025)v22.3.0Compare Source
Preview style
#%%are now standardised to# %%(#2919)exceptstatements (#2939)forloops (#2945)Configuration
__pypackages__directories by default (#2836)--required-version(#2832).Documentation
Integrations
Output
Packaging
tomllibinstead oftomli(#2903)
black-primer, the deprecated internal devtool, has been removed and copied to aseparate repository (#2924)
Parser
forandasync forstatements, e.g
for item in *items_1, *items_2: pass(#2879).v22.1.0Compare Source
At long last, Black is no longer a beta product! This is the first non-beta release
and the first release covered by our new
stability policy.
Highlights
--previewflag (#2752)Style
--experimental-string-processingand move the functionality under--preview(#2789)at least one pre-existing blank line (#2736)
magic trailing comma (#2807)
literals (#2799)
ifstatements (#2820)Parser
case {"key": 1 | 2 as password}(#2686)
case 1 as a, 2 as b(#2716)
case Foo(bar=baz as quux)(#2749)returnandyieldconstructs now implies 3.8+ (#2700)values: Tuple[int, ...] = 1, 2, 3) now implies 3.8+ (#2708)match()orcase()when there is a trailing newline or acomment inside of the parentheses. (#2760)
from __future__ import annotationsstatement now implies Python 3.7+ (#2690)Performance
--target-versionis set to 3.10 and higher). (#2728)speed-up. 64-bit Windows, MacOS, and Linux (not including musl) are supported. (#1009,
#2431)
Configuration
python-cell-magics) to format cells with custom magics inJupyter Notebooks (#2744)
BLACK_CACHE_DIR(#2739).--target-version=py310. (#2758)SRCor--codemandatory and mutually exclusive (#2804)Output
underlying SyntaxError (#2693)
(#2691)
be formatted. (#2526)
Packaging
typing-extensionsis no longer a required dependency in Python 3.10+ (#2772)clicklower bound to8.0.0(#2791)Integrations
Documentation
https://(#2761)(#2793)
black-primertool (#2809)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.