django-sspanel
django-sspanel copied to clipboard
build(deps-dev): bump black from 21.12b0 to 22.6.0
Bumps black from 21.12b0 to 22.6.0.
Release notes
Sourced from black's releases.
22.6.0
Style
- Fix unstable formatting involving
#fmt: skipand# fmt:skipcomments (notice the lack of spaces) (#2970)Preview style
- Docstring quotes are no longer moved if it would violate the line length limit (#3044)
- Parentheses around return annotations are now managed (#2990)
- Remove unnecessary parentheses around awaited objects (#2991)
- Remove unnecessary parentheses in
withstatements (#2926)- Remove trailing newlines after code block open (#3035)
Integrations
- Add
scripts/migrate-black.pyscript to ease introduction of Black to a Git project (#3038)Output
- Output Python version and implementation as part of
--versionflag (#2997)Packaging
- Use
tomliinstead oftomllibon Python 3.11 builds wheretomllibis not available (#2987)Parser
- PEP 654 syntax (for example,
except *ExceptionGroup:) is now supported (#3016)- PEP 646 syntax (for example,
Array[Batch, *Shape]ordef fn(*args: *T) -> None) is now supported (#3071)Vim Plugin
- Fix
strtoboolfunction. It didn't parse true/on/false/off. (#3025)Full Changelog: https://github.com/psf/black/compare/22.3.0...22.6.0
Thank you!
@jpy-gitfor improving our parentheses formatting significantly@siuryanfor fixing a fmt: skip bug, making it a little less annoying to use :)@isidenticalfor implementing support for PEP 654 and 646 syntax@defntvdmfor fixing our vim plugin, especially as we (the maintainers) don't really know vim script sadly@idorrington92for fixing the docstring bug where Black would move the closing quotes causing it to violate the line length limit (whoops!)@hbrunnfor contributing the migrate-black script@saroad2for 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.
22.6.0
Style
- Fix unstable formatting involving
#fmt: skipand# fmt:skipcomments (notice the lack of spaces) (#2970)Preview style
- Docstring quotes are no longer moved if it would violate the line length limit (#3044)
- Parentheses around return annotations are now managed (#2990)
- Remove unnecessary parentheses around awaited objects (#2991)
- Remove unnecessary parentheses in
withstatements (#2926)- Remove trailing newlines after code block open (#3035)
Integrations
- Add
scripts/migrate-black.pyscript to ease introduction of Black to a Git project (#3038)Output
- Output Python version and implementation as part of
--versionflag (#2997)Packaging
- Use
tomliinstead oftomllibon Python 3.11 builds wheretomllibis not available (#2987)Parser
- PEP 654 syntax (for example,
except *ExceptionGroup:) is now supported (#3016)- PEP 646 syntax (for example,
Array[Batch, *Shape]ordef fn(*args: *T) -> None) is now supported (#3071)Vim Plugin
- Fix
strtoboolfunction. It didn't parse true/on/false/off. (#3025)22.3.0
Preview style
- Code cell separators
#%%are now standardised to# %%(#2919)- Remove unnecessary parentheses from
exceptstatements (#2939)- Remove unnecessary parentheses from tuple unpacking in
forloops (#2945)- Avoid magic-trailing-comma in single-element subscripts (#2942)
Configuration
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)