Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump black from 23.9.1 to 23.10.0 (#64)
Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>23.10.0</h2> <h3>Stable style</h3> <ul> <li>Fix comments getting removed from inside parenthesized strings (<a href="https://redirect.github.com/psf/black/issues/3909">#3909</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix long lines with power operators getting split before the line length (<a href="https://redirect.github.com/psf/black/issues/3942">#3942</a>)</li> <li>Long type hints are now wrapped in parentheses and properly indented when split across multiple lines (<a href="https://redirect.github.com/psf/black/issues/3899">#3899</a>)</li> <li>Magic trailing commas are now respected in return types. (<a href="https://redirect.github.com/psf/black/issues/3916">#3916</a>)</li> <li>Require one empty line after module-level docstrings. (<a href="https://redirect.github.com/psf/black/issues/3932">#3932</a>)</li> <li>Treat raw triple-quoted strings as docstrings (<a href="https://redirect.github.com/psf/black/issues/3947">#3947</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Fix cache versioning logic when <code>BLACK_CACHE_DIR</code> is set (<a href="https://redirect.github.com/psf/black/issues/3937">#3937</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Fix bug where attributes named <code>type</code> were not acccepted inside <code>match</code> statements (<a href="https://redirect.github.com/psf/black/issues/3950">#3950</a>)</li> <li>Add support for PEP 695 type aliases containing lambdas and other unusual expressions (<a href="https://redirect.github.com/psf/black/issues/3949">#3949</a>)</li> </ul> <h3>Output</h3> <ul> <li>Black no longer attempts to provide special errors for attempting to format Python 2 code (<a href="https://redirect.github.com/psf/black/issues/3933">#3933</a>)</li> <li>Black will more consistently print stacktraces on internal errors in verbose mode (<a href="https://redirect.github.com/psf/black/issues/3938">#3938</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>The action output displayed in the job summary is now wrapped in Markdown (<a href="https://redirect.github.com/psf/black/issues/3914">#3914</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>23.10.0</h2> <h3>Stable style</h3> <ul> <li>Fix comments getting removed from inside parenthesized strings (<a href="https://redirect.github.com/psf/black/issues/3909">#3909</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix long lines with power operators getting split before the line length (<a href="https://redirect.github.com/psf/black/issues/3942">#3942</a>)</li> <li>Long type hints are now wrapped in parentheses and properly indented when split across multiple lines (<a href="https://redirect.github.com/psf/black/issues/3899">#3899</a>)</li> <li>Magic trailing commas are now respected in return types. (<a href="https://redirect.github.com/psf/black/issues/3916">#3916</a>)</li> <li>Require one empty line after module-level docstrings. (<a href="https://redirect.github.com/psf/black/issues/3932">#3932</a>)</li> <li>Treat raw triple-quoted strings as docstrings (<a href="https://redirect.github.com/psf/black/issues/3947">#3947</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Fix cache versioning logic when <code>BLACK_CACHE_DIR</code> is set (<a href="https://redirect.github.com/psf/black/issues/3937">#3937</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Fix bug where attributes named <code>type</code> were not acccepted inside <code>match</code> statements (<a href="https://redirect.github.com/psf/black/issues/3950">#3950</a>)</li> <li>Add support for PEP 695 type aliases containing lambdas and other unusual expressions (<a href="https://redirect.github.com/psf/black/issues/3949">#3949</a>)</li> </ul> <h3>Output</h3> <ul> <li>Black no longer attempts to provide special errors for attempting to format Python 2 code (<a href="https://redirect.github.com/psf/black/issues/3933">#3933</a>)</li> <li>Black will more consistently print stacktraces on internal errors in verbose mode (<a href="https://redirect.github.com/psf/black/issues/3938">#3938</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>The action output displayed in the job summary is now wrapped in Markdown (<a href="https://redirect.github.com/psf/black/issues/3914">#3914</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/9edba85f71d50d12996ef7bda576426362016171"><code>9edba85</code></a> Prepare release 23.10.0 (<a href="https://redirect.github.com/psf/black/issues/3951">#3951</a>)</li> <li><a href="https://github.com/psf/black/commit/bb588073ab286a9f1f8d839ab2cebe13011dd22c"><code>bb58807</code></a> Fix parser bug where "type" was misinterpreted as a keyword inside a match (#...</li> <li><a href="https://github.com/psf/black/commit/722735d20ebdc66c0da0e0df7658293455694500"><code>722735d</code></a> Fix grammar for type alias support (<a href="https://redirect.github.com/psf/black/issues/3949">#3949</a>)</li> <li><a href="https://github.com/psf/black/commit/abe57e3d92727f1b26c717fad3978159b987fe79"><code>abe57e3</code></a> Treat raw strings like other docstrings (<a href="https://redirect.github.com/psf/black/issues/3947">#3947</a>)</li> <li><a href="https://github.com/psf/black/commit/1648ac51806d092c95cb9bb2e4a5bffda6095bc1"><code>1648ac5</code></a> Fix long lines with power operator(s) getting splitted before line length (<a href="https://redirect.github.com/psf/black/issues/3">#3</a>...</li> <li><a href="https://github.com/psf/black/commit/6f84f652850dca8a1b578581e2fbb2cb95e791cc"><code>6f84f65</code></a> Migrate mypy config to pyproject.toml (<a href="https://redirect.github.com/psf/black/issues/3936">#3936</a>)</li> <li><a href="https://github.com/psf/black/commit/3bb92146f59804a6ead47d5f2d0fdc47daa6b698"><code>3bb9214</code></a> CI Test: Deprecating 'Healthcheck.all()' from Hypothesis in fuzz.py (<a href="https://redirect.github.com/psf/black/issues/3945">#3945</a>)</li> <li><a href="https://github.com/psf/black/commit/935f303a0a7b794e722c7df00c906be285884874"><code>935f303</code></a> Fix test that was not being run (<a href="https://redirect.github.com/psf/black/issues/3939">#3939</a>)</li> <li><a href="https://github.com/psf/black/commit/b7717c3f1e73d6b847e2534a2cebbb657b96caf8"><code>b7717c3</code></a> Standardise newlines after module-level docstrings (<a href="https://redirect.github.com/psf/black/issues/3932">#3932</a>)</li> <li><a href="https://github.com/psf/black/commit/7aa37ea0adf864baf3ef3dfbcfaf5ff1ff780250"><code>7aa37ea</code></a> Report all stacktraces in verbose mode (<a href="https://redirect.github.com/psf/black/issues/3938">#3938</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/23.9.1...23.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=black&package-manager=pip&previous-version=23.9.1&new-version=23.10.0)](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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
- Loading branch information