pull_requests: 624635440
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | repo | url | merged_by | auto_merge |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
624635440 | MDExOlB1bGxSZXF1ZXN0NjI0NjM1NDQw | 1309 | closed | 0 | Bump black from 20.8b1 to 21.4b0 | 27856297 | Bumps [black](https://github.com/psf/black) from 20.8b1 to 21.4b0. <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>21.4b0</h2> <h4><em>Black</em></h4> <ul> <li> <p>Fixed a rare but annoying formatting instability created by the combination of optional trailing commas inserted by <code>Black</code> and optional parentheses looking at pre-existing "magic" trailing commas. This fixes issue <a href="https://github-redirect.dependabot.com/psf/black/issues/1629">#1629</a> and all of its many many duplicates. (<a href="https://github-redirect.dependabot.com/psf/black/issues/2126">#2126</a>)</p> </li> <li> <p><code>Black</code> now processes one-line docstrings by stripping leading and trailing spaces, and adding a padding space when needed to break up """". (<a href="https://github-redirect.dependabot.com/psf/black/issues/1740">#1740</a>)</p> </li> <li> <p><code>Black</code> now cleans up leading non-breaking spaces in comments (<a href="https://github-redirect.dependabot.com/psf/black/issues/2092">#2092</a>)</p> </li> <li> <p><code>Black</code> now respects <code>--skip-string-normalization</code> when normalizing multiline docstring quotes (<a href="https://github-redirect.dependabot.com/psf/black/issues/1637">#1637</a>)</p> </li> <li> <p><code>Black</code> no longer removes all empty lines between non-function code and decorators when formatting typing stubs. Now <code>Black</code> enforces a single empty line. (<a href="https://github-redirect.dependabot.com/psf/black/issues/1646">#1646</a>)</p> </li> <li> <p><code>Black</code> no longer adds an incorrect space after a parenthesized assignment expression in if/while statements (<a href="https://github-redirect.dependabot.com/psf/black/issues/1655">#1655</a>)</p> </li> <li> <p>Added <code>--skip-magic-trailing-comma</code> / <code>-C</code> to avoid using trailing commas as a reason to split lines (<a href="https://github-redirect.dependabot.com/psf/black/issues/1824">#1824</a>)</p> </li> <li> <p>fixed a crash when PWD=/ on POSIX (<a href="https://github-redirect.dependabot.com/psf/black/issues/1631">#1631</a>)</p> </li> <li> <p>fixed "I/O operation on closed file" when using --diff (<a href="https://github-redirect.dependabot.com/psf/black/issues/1664">#1664</a>)</p> </li> <li> <p>Prevent coloured diff output being interleaved with multiple files (<a href="https://github-redirect.dependabot.com/psf/black/issues/1673">#1673</a>)</p> </li> <li> <p>Added support for PEP 614 relaxed decorator syntax on python 3.9 (<a href="https://github-redirect.dependabot.com/psf/black/issues/1711">#1711</a>)</p> </li> <li> <p>Added parsing support for unparenthesized tuples and yield expressions in annotated assignments (<a href="https://github-redirect.dependabot.com/psf/black/issues/1835">#1835</a>)</p> </li> <li> <p>use lowercase hex strings (<a href="https://github-redirect.dependabot.com/psf/black/issues/1692">#1692</a>)</p> </li> <li> <p>added <code>--extend-exclude</code> argument (PR <a href="https://github-redirect.dependabot.com/psf/black/issues/2005">#2005</a>)</p> </li> <li> <p>speed up caching by avoiding pathlib (<a href="https://github-redirect.dependabot.com/psf/black/issues/1950">#1950</a>)</p> </li> <li> <p><code>--diff</code> correctly indicates when a file doesn't end in a newline (<a href="https://github-redirect.dependabot.com/psf/black/issues/1662">#1662</a>)</p> </li> <li> <p>Added <code>--stdin-filename</code> argument to allow stdin to respect <code>--force-exclude</code> rules (<a href="https://github-redirect.dependabot.com/psf/black/issues/1780">#1780</a>)</p> </li> <li> <p>Lines ending with <code>fmt: skip</code> will now be not formatted (<a href="https://github-redirect.dependabot.com/psf/black/issues/1800">#1800</a>)</p> </li> <li> <p>PR <a href="https://github-redirect.dependabot.com/psf/black/issues/2053">#2053</a>: Black no longer relies on typed-ast for Python 3.8 and higher</p> </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/master/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h3>21.4b0</h3> <h4><em>Black</em></h4> <ul> <li> <p>Fixed a rare but annoying formatting instability created by the combination of optional trailing commas inserted by <code>Black</code> and optional parentheses looking at pre-existing "magic" trailing commas. This fixes issue <a href="https://github-redirect.dependabot.com/psf/black/issues/1629">#1629</a> and all of its many many duplicates. (<a href="https://github-redirect.dependabot.com/psf/black/issues/2126">#2126</a>)</p> </li> <li> <p><code>Black</code> now processes one-line docstrings by stripping leading and trailing spaces, and adding a padding space when needed to break up """". (<a href="https://github-redirect.dependabot.com/psf/black/issues/1740">#1740</a>)</p> </li> <li> <p><code>Black</code> now cleans up leading non-breaking spaces in comments (<a href="https://github-redirect.dependabot.com/psf/black/issues/2092">#2092</a>)</p> </li> <li> <p><code>Black</code> now respects <code>--skip-string-normalization</code> when normalizing multiline docstring quotes (<a href="https://github-redirect.dependabot.com/psf/black/issues/1637">#1637</a>)</p> </li> <li> <p><code>Black</code> no longer removes all empty lines between non-function code and decorators when formatting typing stubs. Now <code>Black</code> enforces a single empty line. (<a href="https://github-redirect.dependabot.com/psf/black/issues/1646">#1646</a>)</p> </li> <li> <p><code>Black</code> no longer adds an incorrect space after a parenthesized assignment expression in if/while statements (<a href="https://github-redirect.dependabot.com/psf/black/issues/1655">#1655</a>)</p> </li> <li> <p>Added <code>--skip-magic-trailing-comma</code> / <code>-C</code> to avoid using trailing commas as a reason to split lines (<a href="https://github-redirect.dependabot.com/psf/black/issues/1824">#1824</a>)</p> </li> <li> <p>fixed a crash when PWD=/ on POSIX (<a href="https://github-redirect.dependabot.com/psf/black/issues/1631">#1631</a>)</p> </li> <li> <p>fixed "I/O operation on closed file" when using --diff (<a href="https://github-redirect.dependabot.com/psf/black/issues/1664">#1664</a>)</p> </li> <li> <p>Prevent coloured diff output being interleaved with multiple files (<a href="https://github-redirect.dependabot.com/psf/black/issues/1673">#1673</a>)</p> </li> <li> <p>Added support for PEP 614 relaxed decorator syntax on python 3.9 (<a href="https://github-redirect.dependabot.com/psf/black/issues/1711">#1711</a>)</p> </li> <li> <p>Added parsing support for unparenthesized tuples and yield expressions in annotated assignments (<a href="https://github-redirect.dependabot.com/psf/black/issues/1835">#1835</a>)</p> </li> <li> <p>added <code>--extend-exclude</code> argument (PR <a href="https://github-redirect.dependabot.com/psf/black/issues/2005">#2005</a>)</p> </li> <li> <p>speed up caching by avoiding pathlib (<a href="https://github-redirect.dependabot.com/psf/black/issues/1950">#1950</a>)</p> </li> <li> <p><code>--diff</code> correctly indicates when a file doesn't end in a newline (<a href="https://github-redirect.dependabot.com/psf/black/issues/1662">#1662</a>)</p> </li> <li> <p>Added <code>--stdin-filename</code> argument to allow stdin to respect <code>--force-exclude</code> rules (<a href="https://github-redirect.dependabot.com/psf/black/issues/1780">#1780</a>)</p> </li> <li> <p>Lines ending with <code>fmt: skip</code> will now be not formatted (<a href="https://github-redirect.dependabot.com/psf/black/issues/1800">#1800</a>)</p> </li> <li> <p>PR <a href="https://github-redirect.dependabot.com/psf/black/issues/2053">#2053</a>: Black no longer relies on typed-ast for Python 3.8 and higher</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/psf/black/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=black&package-manager=pip&previous-version=20.8b1&new-version=21.4b0)](https://dependabot.com/compatibility-score/?dependency-name=black&package-manager=pip&previous-version=20.8b1&new-version=21.4b0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> | 2021-04-27T20:28:11Z | 2021-04-28T18:26:06Z | 2021-04-28T18:26:04Z | 1220c60d8a6bb8e621543ef78d669a2bccc2a3c8 | 0 | 20fc3fe2797b81a23cd464c1450d13086d53ea7f | a4bb2abce0764d49d255e5379f9e9c70981834ca | CONTRIBUTOR | 107914493 | https://github.com/simonw/datasette/pull/1309 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests