generated from freelawproject/new-project-template
-
-
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
build(deps-dev): bump black from 21.12b0 to 22.6.0 #18
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/black-22.6.0
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
Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.6.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/22.6.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jun 28, 2022
@dependabot merge
…On Tue, Jun 28, 2022 at 9:35 AM dependabot[bot] ***@***.***> wrote:
Bumps black <https://github.com/psf/black> from 21.12b0 to 22.6.0.
Release notes
*Sourced from black's releases <https://github.com/psf/black/releases>.*
22.6.0 Style
- Fix unstable formatting involving #fmt: skip and # fmt:skip comments
(notice the lack of spaces) (#2970
<https://github-redirect.dependabot.com/psf/black/issues/2970>)
Preview style
- Docstring quotes are no longer moved if it would violate the line
length limit (#3044
<https://github-redirect.dependabot.com/psf/black/issues/3044>)
- Parentheses around return annotations are now managed (#2990
<https://github-redirect.dependabot.com/psf/black/issues/2990>)
- Remove unnecessary parentheses around awaited objects (#2991
<https://github-redirect.dependabot.com/psf/black/issues/2991>)
- Remove unnecessary parentheses in with statements (#2926
<https://github-redirect.dependabot.com/psf/black/issues/2926>)
- Remove trailing newlines after code block open (#3035
<https://github-redirect.dependabot.com/psf/black/issues/3035>)
Integrations
- Add scripts/migrate-black.py script to ease introduction of Black to
a Git project (#3038
<https://github-redirect.dependabot.com/psf/black/issues/3038>)
Output
- Output Python version and implementation as part of --version flag (
#2997 <https://github-redirect.dependabot.com/psf/black/issues/2997>)
Packaging
- Use tomli instead of tomllib on Python 3.11 builds where tomllib is
not available (#2987
<https://github-redirect.dependabot.com/psf/black/issues/2987>)
Parser
- PEP 654 <https://peps.python.org/pep-0654/#except> syntax (for
example, except *ExceptionGroup:) is now supported (#3016
<https://github-redirect.dependabot.com/psf/black/issues/3016>)
- PEP 646 <https://peps.python.org/pep-0646> syntax (for example, Array[Batch,
*Shape] or def fn(*args: *T) -> None) is now supported (#3071
<https://github-redirect.dependabot.com/psf/black/issues/3071>)
Vim Plugin
- Fix strtobool function. It didn't parse true/on/false/off. (#3025
<https://github-redirect.dependabot.com/psf/black/issues/3025>)
*Full Changelog*: ***@***.***
<psf/black@22.3.0...22.6.0>
------------------------------
*Thank you!*
- @jpy-git <https://github.com/jpy-git> for improving our parentheses
formatting significantly
- @siuryan <https://github.com/siuryan> for fixing a fmt: skip bug,
making it a little less annoying to use :)
- @isidentical <https://github.com/isidentical> for implementing
support for PEP 654 and 646 syntax
- @defntvdm <https://github.com/defntvdm> for fixing our vim plugin,
especially as we (the maintainers) don't really know vim script sadly
- @idorrington92 <https://github.com/idorrington92> for fixing the
docstring bug where Black would move the closing quotes causing it to
violate the line length limit (whoops!)
- @hbrunn <https://github.com/hbrunn> for contributing the
migrate-black script
- @saroad2 <https://github.com/saroad2> for improving newline
handling after code blocks and test infrastructure improvements
... and everyone else who contributed documentation, tests, or other
improvements to the Black project!
... (truncated)
Changelog
*Sourced from black's changelog
<https://github.com/psf/black/blob/main/CHANGES.md>.*
22.6.0 Style
- Fix unstable formatting involving #fmt: skip and # fmt:skip comments
(notice the lack of spaces) (#2970
<https://github-redirect.dependabot.com/psf/black/issues/2970>)
Preview style
- Docstring quotes are no longer moved if it would violate the line
length limit (#3044
<https://github-redirect.dependabot.com/psf/black/issues/3044>)
- Parentheses around return annotations are now managed (#2990
<https://github-redirect.dependabot.com/psf/black/issues/2990>)
- Remove unnecessary parentheses around awaited objects (#2991
<https://github-redirect.dependabot.com/psf/black/issues/2991>)
- Remove unnecessary parentheses in with statements (#2926
<https://github-redirect.dependabot.com/psf/black/issues/2926>)
- Remove trailing newlines after code block open (#3035
<https://github-redirect.dependabot.com/psf/black/issues/3035>)
Integrations
- Add scripts/migrate-black.py script to ease introduction of Black to
a Git project (#3038
<https://github-redirect.dependabot.com/psf/black/issues/3038>)
Output
- Output Python version and implementation as part of --version flag (
#2997 <https://github-redirect.dependabot.com/psf/black/issues/2997>)
Packaging
- Use tomli instead of tomllib on Python 3.11 builds where tomllib is
not available (#2987
<https://github-redirect.dependabot.com/psf/black/issues/2987>)
Parser
- PEP 654 <https://peps.python.org/pep-0654/#except> syntax (for
example, except *ExceptionGroup:) is now supported (#3016
<https://github-redirect.dependabot.com/psf/black/issues/3016>)
- PEP 646 <https://peps.python.org/pep-0646> syntax (for example, Array[Batch,
*Shape] or def fn(*args: *T) -> None) is now supported (#3071
<https://github-redirect.dependabot.com/psf/black/issues/3071>)
Vim Plugin
- Fix strtobool function. It didn't parse true/on/false/off. (#3025
<https://github-redirect.dependabot.com/psf/black/issues/3025>)
22.3.0 Preview style
- Code cell separators #%% are now standardised to # %% (#2919
<https://github-redirect.dependabot.com/psf/black/issues/2919>)
- Remove unnecessary parentheses from except statements (#2939
<https://github-redirect.dependabot.com/psf/black/issues/2939>)
- Remove unnecessary parentheses from tuple unpacking in for loops (
#2945 <https://github-redirect.dependabot.com/psf/black/issues/2945>)
- Avoid magic-trailing-comma in single-element subscripts (#2942
<https://github-redirect.dependabot.com/psf/black/issues/2942>)
Configuration
... (truncated)
Commits
- See full diff in compare view
<https://github.com/psf/black/commits/22.6.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#18
Commit Summary
- b659007
<b659007>
build(deps-dev): bump black from 21.12b0 to 22.6.0
File Changes
(2 files <https://github.com/freelawproject/opinionated/pull/18/files>)
- *M* poetry.lock
<https://github.com/freelawproject/opinionated/pull/18/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(53)
- *M* pyproject.toml
<https://github.com/freelawproject/opinionated/pull/18/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(2)
Patch Links:
- https://github.com/freelawproject/opinionated/pull/18.patch
- https://github.com/freelawproject/opinionated/pull/18.diff
—
Reply to this email directly, view it on GitHub
<#18>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABZ3KRDWNXRXCJHJZD22RLVRL5RRANCNFSM52CGQL7A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Mike Lissner
Executive Director
Free Law Project
https://free.law
|
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.
Bumps black from 21.12b0 to 22.6.0.
Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
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 will merge this PR once CI passes on it, as requested by @mlissner.
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 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)