issues: 1184850337
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | pull_request | body | repo | type | active_lock_reason | performed_via_github_app | reactions | draft | state_reason |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1184850337 | PR_kwDOBm6k_c41OrSL | 1693 | Bump black from 22.1.0 to 22.3.0 | 49699333 | closed | 0 | 3 | 2022-03-29T13:11:09Z | 2022-06-28T13:11:38Z | 2022-06-28T13:11:36Z | CONTRIBUTOR | simonw/datasette/pulls/1693 | Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.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>22.3.0</h2> <h3>Preview style</h3> <ul> <li>Code cell separators <code>#%%</code> are now standardised to <code># %%</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2919">#2919</a>)</li> <li>Remove unnecessary parentheses from <code>except</code> statements (<a href="https://github-redirect.dependabot.com/psf/black/issues/2939">#2939</a>)</li> <li>Remove unnecessary parentheses from tuple unpacking in <code>for</code> loops (<a href="https://github-redirect.dependabot.com/psf/black/issues/2945">#2945</a>)</li> <li>Avoid magic-trailing-comma in single-element subscripts (<a href="https://github-redirect.dependabot.com/psf/black/issues/2942">#2942</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Do not format <code>__pypackages__</code> directories by default (<a href="https://github-redirect.dependabot.com/psf/black/issues/2836">#2836</a>)</li> <li>Add support for specifying stable version with <code>--required-version</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2832">#2832</a>).</li> <li>Avoid crashing when the user has no homedir (<a href="https://github-redirect.dependabot.com/psf/black/issues/2814">#2814</a>)</li> <li>Avoid crashing when md5 is not available (<a href="https://github-redirect.dependabot.com/psf/black/issues/2905">#2905</a>)</li> <li>Fix handling of directory junctions on Windows (<a href="https://github-redirect.dependabot.com/psf/black/issues/2904">#2904</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update pylint config documentation (<a href="https://github-redirect.dependabot.com/psf/black/issues/2931">#2931</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Move test to disable plugin in Vim/Neovim, which speeds up loading (<a href="https://github-redirect.dependabot.com/psf/black/issues/2896">#2896</a>)</li> </ul> <h3>Output</h3> <ul> <li>In verbose, mode, log when <em>Black</em> is using user-level config (<a href="https://github-redirect.dependabot.com/psf/black/issues/2861">#2861</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Fix Black to work with Click 8.1.0 (<a href="https://github-redirect.dependabot.com/psf/black/issues/2966">#2966</a>)</li> <li>On Python 3.11 and newer, use the standard library's <code>tomllib</code> instead of <code>tomli</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2903">#2903</a>)</li> <li><code>black-primer</code>, the deprecated internal devtool, has been removed and copied to a <a href="https://github.com/cooperlees/black-primer">separate repository</a> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2924">#2924</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Black can now parse starred expressions in the target of <code>for</code> and <code>async for</code> statements, e.g <code>for item in *items_1, *items_2: pass</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2879">#2879</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>22.3.0</h2> <h3>Preview style</h3> <ul> <li>Code cell separators <code>#%%</code> are now standardised to <code># %%</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2919">#2919</a>)</li> <li>Remove unnecessary parentheses from <code>except</code> statements (<a href="https://github-redirect.dependabot.com/psf/black/issues/2939">#2939</a>)</li> <li>Remove unnecessary parentheses from tuple unpacking in <code>for</code> loops (<a href="https://github-redirect.dependabot.com/psf/black/issues/2945">#2945</a>)</li> <li>Avoid magic-trailing-comma in single-element subscripts (<a href="https://github-redirect.dependabot.com/psf/black/issues/2942">#2942</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Do not format <code>__pypackages__</code> directories by default (<a href="https://github-redirect.dependabot.com/psf/black/issues/2836">#2836</a>)</li> <li>Add support for specifying stable version with <code>--required-version</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2832">#2832</a>).</li> <li>Avoid crashing when the user has no homedir (<a href="https://github-redirect.dependabot.com/psf/black/issues/2814">#2814</a>)</li> <li>Avoid crashing when md5 is not available (<a href="https://github-redirect.dependabot.com/psf/black/issues/2905">#2905</a>)</li> <li>Fix handling of directory junctions on Windows (<a href="https://github-redirect.dependabot.com/psf/black/issues/2904">#2904</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update pylint config documentation (<a href="https://github-redirect.dependabot.com/psf/black/issues/2931">#2931</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Move test to disable plugin in Vim/Neovim, which speeds up loading (<a href="https://github-redirect.dependabot.com/psf/black/issues/2896">#2896</a>)</li> </ul> <h3>Output</h3> <ul> <li>In verbose, mode, log when <em>Black</em> is using user-level config (<a href="https://github-redirect.dependabot.com/psf/black/issues/2861">#2861</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Fix Black to work with Click 8.1.0 (<a href="https://github-redirect.dependabot.com/psf/black/issues/2966">#2966</a>)</li> <li>On Python 3.11 and newer, use the standard library's <code>tomllib</code> instead of <code>tomli</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2903">#2903</a>)</li> <li><code>black-primer</code>, the deprecated internal devtool, has been removed and copied to a <a href="https://github.com/cooperlees/black-primer">separate repository</a> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2924">#2924</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Black can now parse starred expressions in the target of <code>for</code> and <code>async for</code> statements, e.g <code>for item in *items_1, *items_2: pass</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/2879">#2879</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/ae2c0758c9e61a385df9700dc9c231bf54887041"><code>ae2c075</code></a> Prepare release 22.3.0 (<a href="https://github-redirect.dependabot.com/psf/black/issues/2968">#2968</a>)</li> <li><a href="https://github.com/psf/black/commit/e9681a40dcb3d38b56b301d811bb1c55201fd97e"><code>e9681a4</code></a> Fix _unicodefun patch code for Click 8.1.0 (<a href="https://github-redirect.dependabot.com/psf/black/issues/2966">#2966</a>)</li> <li><a href="https://github.com/psf/black/commit/ac7402cbf6a0deb5c74e9abcffc5bd7b1148fda5"><code>ac7402c</code></a> Bump sphinx from 4.4.0 to 4.5.0 in /docs (<a href="https://github-redirect.dependabot.com/psf/black/issues/2959">GH-2959</a>)</li> <li><a href="https://github.com/psf/black/commit/f239d227c003c52126239e1b9a37c36c2b2b8305"><code>f239d22</code></a> Enforce no formatting changes for PRs via CI (<a href="https://github-redirect.dependabot.com/psf/black/issues/2951">GH-2951</a>)</li> <li><a href="https://github.com/psf/black/commit/bd1e98034907463f5d86f4d87e89202dc6c34dd4"><code>bd1e980</code></a> Remove unnecessary parentheses from <code>except</code> clauses (<a href="https://github-redirect.dependabot.com/psf/black/issues/2939">#2939</a>)</li> <li><a href="https://github.com/psf/black/commit/14d84ba2e96c5ca1351b8fe4d0d415cc148f4117"><code>14d84ba</code></a> Resolve new flake8-bugbear errors (B020) (<a href="https://github-redirect.dependabot.com/psf/black/issues/2950">GH-2950</a>)</li> <li><a href="https://github.com/psf/black/commit/14e5ce5412efa53438df0180e735b3834df3b579"><code>14e5ce5</code></a> Remove unnecessary parentheses from tuple unpacking in <code>for</code> loops (<a href="https://github-redirect.dependabot.com/psf/black/issues/2945">#2945</a>)</li> <li><a href="https://github.com/psf/black/commit/3800ebd81df6a1c31d1eac8cc15899537b9cbb61"><code>3800ebd</code></a> Avoid magic-trailing-comma in single-element subscripts (<a href="https://github-redirect.dependabot.com/psf/black/issues/2942">#2942</a>)</li> <li><a href="https://github.com/psf/black/commit/062b54931dc3ea35f673e755893fe28ff1f5a889"><code>062b549</code></a> Github now supports .git-blame-ignore-revs (<a href="https://github-redirect.dependabot.com/psf/black/issues/2948">GH-2948</a>)</li> <li><a href="https://github.com/psf/black/commit/5379d4f3f460ec9b7063dd1cc10f437b0edf9ae3"><code>5379d4f</code></a> stub style: remove some possible future changes (<a href="https://github-redirect.dependabot.com/psf/black/issues/2940">#2940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/22.1.0...22.3.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=22.1.0&new-version=22.3.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 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> | 107914493 | pull | {"url": "https://api.github.com/repos/simonw/datasette/issues/1693/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 0 |