postgrest-py
postgrest-py copied to clipboard
chore(deps-dev): bump black from 22.3.0 to 22.6.0
Bumps black from 22.3.0 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)
Commits
f6c139cPrepare docs for release 22.6.0 (#3139)eb5d175Update preview style docs to include recent changes (#3136)d848209Bump furo from 2022.6.4.1 to 2022.6.21 in /docs (#3138)fa6caa6Only call get_future_imports when needed (#3135)6463fb8Bump sphinx from 5.0.1 to 5.0.2 in /docs (#3128)e3c9b04Replace link to Requests documentation (#3125)6c1bd08Test run black on self (#3114)799adb5Bump actions/setup-python from 3 to 4 (#3121)162ecd1Use is_number_token instead of assertion (#3069)8c8675cUpdate documentation dependencies (#3118)- Additional commits viewable 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)
Codecov Report
Merging #135 (3bc2acc) into master (09142ab) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #135 +/- ##
=======================================
Coverage 92.87% 92.87%
=======================================
Files 23 23
Lines 941 941
=======================================
Hits 874 874
Misses 67 67
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 09142ab...3bc2acc. Read the comment docs.
Superseded by #151.