-
Notifications
You must be signed in to change notification settings - Fork 9
Commit 0498558
authored
Bump black from 23.9.1 to 23.10.1 (#219)
Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.10.1.
<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.1</h2>
<h3>Highlights</h3>
<ul>
<li>Maintanence release to get a fix out for GitHub Action edge case (<a
href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Fix merging implicit multiline strings that have inline comments (<a
href="https://redirect.github.com/psf/black/issues/3956">#3956</a>)</li>
<li>Allow empty first line after block open before a comment or compound
statement (<a
href="https://redirect.github.com/psf/black/issues/3967">#3967</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Change Dockerfile to hatch + compile black (<a
href="https://redirect.github.com/psf/black/issues/3965">#3965</a>)</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>The summary output for GitHub workflows is now suppressible using
the <code>summary</code>
parameter. (<a
href="https://redirect.github.com/psf/black/issues/3958">#3958</a>)</li>
<li>Fix the action failing when Black check doesn't pass (<a
href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>It is known Windows documentation CI is broken
<a
href="https://redirect.github.com/psf/black/issues/3968">psf/black#3968</a></li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.1</h2>
<h3>Highlights</h3>
<ul>
<li>Maintanence release to get a fix out for GitHub Action edge case (<a
href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Fix merging implicit multiline strings that have inline comments (<a
href="https://redirect.github.com/psf/black/issues/3956">#3956</a>)</li>
<li>Allow empty first line after block open before a comment or compound
statement (<a
href="https://redirect.github.com/psf/black/issues/3967">#3967</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Change Dockerfile to hatch + compile black (<a
href="https://redirect.github.com/psf/black/issues/3965">#3965</a>)</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>The summary output for GitHub workflows is now suppressible using
the <code>summary</code>
parameter. (<a
href="https://redirect.github.com/psf/black/issues/3958">#3958</a>)</li>
<li>Fix the action failing when Black check doesn't pass (<a
href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>It is known Windows documentation CI is broken
<a
href="https://redirect.github.com/psf/black/issues/3968">psf/black#3968</a></li>
</ul>
<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 accepted
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</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/black/commit/744d23b34800c06e10272149b70752396e90eeb8"><code>744d23b</code></a>
Prepare release 23.10.1 (<a
href="https://redirect.github.com/psf/black/issues/3969">#3969</a>)</li>
<li><a
href="https://github.com/psf/black/commit/8de4be516879302afce542ac80a6a43ced807759"><code>8de4be5</code></a>
Fix CI failing (<a
href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li>
<li><a
href="https://github.com/psf/black/commit/c0adca321dc0d97a704de8ed0353e5b894a6a912"><code>c0adca3</code></a>
docs: specifies the use of the .git-blame-ignore-revs file (<a
href="https://redirect.github.com/psf/black/issues/3961">#3961</a>)</li>
<li><a
href="https://github.com/psf/black/commit/a7643fac8d97c15640a2b1a79f68b3dc771aebfb"><code>a7643fa</code></a>
Add summary parameter to action (<a
href="https://redirect.github.com/psf/black/issues/3958">#3958</a>)</li>
<li><a
href="https://github.com/psf/black/commit/d291c2338c3c1feee4f3f26985c0964ec1b7eb9f"><code>d291c23</code></a>
Move Docker image to hatch + compile (<a
href="https://redirect.github.com/psf/black/issues/3965">#3965</a>)</li>
<li><a
href="https://github.com/psf/black/commit/7f1c578b89b2c256a6ce3b70fc1b970b3ffa3349"><code>7f1c578</code></a>
Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 (<a
href="https://redirect.github.com/psf/black/issues/3966">#3966</a>)</li>
<li><a
href="https://github.com/psf/black/commit/2db5ab0a7b3b321e4cec70964239ee88087cd810"><code>2db5ab0</code></a>
Allow empty line after block open before a comment or compound statement
(<a
href="https://redirect.github.com/psf/black/issues/3967">#3967</a>)</li>
<li><a
href="https://github.com/psf/black/commit/0a37888e79059018eef9293a724b14da59d3377a"><code>0a37888</code></a>
Fix typos in CHANGES.md (<a
href="https://redirect.github.com/psf/black/issues/3963">#3963</a>)</li>
<li><a
href="https://github.com/psf/black/commit/882d8795c6ff65c02f2657e596391748d1b6b7f5"><code>882d879</code></a>
Fix merging implicit multiline strings that have inline comments (<a
href="https://redirect.github.com/psf/black/issues/3956">#3956</a>)</li>
<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>Additional commits viewable in <a
href="https://github.com/psf/black/compare/23.9.1...23.10.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments