Skip to content

Commit

Permalink
Bump ruff from 0.7.0 to 0.7.1 (#506)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to 0.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>0.7.1</h2>
<h2>Release Notes</h2>
<h3>Preview features</h3>
<ul>
<li>Fix <code>E221</code> and <code>E222</code> to flag missing or extra
whitespace around <code>==</code> operator (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13890">#13890</a>)</li>
<li>Formatter: Alternate quotes for strings inside f-strings in preview
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/13860">#13860</a>)</li>
<li>Formatter: Join implicit concatenated strings when they fit on a
line (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13663">#13663</a>)</li>
<li>[<code>pylint</code>] Restrict <code>iteration-over-set</code> to
only work on sets of literals (<code>PLC0208</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13731">#13731</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-type-checking</code>] Support auto-quoting when
annotations contain quotes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/11811">#11811</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Avoid indexing the workspace for single-file mode (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13770">#13770</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Make <code>ARG002</code> compatible with <code>EM101</code> when
raising <code>NotImplementedError</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13714">#13714</a>)</li>
</ul>
<h3>Other changes</h3>
<ul>
<li>Introduce more Docker tags for Ruff (similar to uv) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13274">#13274</a>)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li><a
href="https://github.com/Aditya-PS-05"><code>@​Aditya-PS-05</code></a></li>
<li><a
href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li>
<li><a
href="https://github.com/Glyphack"><code>@​Glyphack</code></a></li>
<li><a href="https://github.com/Lexxxzy"><code>@​Lexxxzy</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li>
<li><a
href="https://github.com/TomerBin"><code>@​TomerBin</code></a></li>
<li><a
href="https://github.com/Watercycle"><code>@​Watercycle</code></a></li>
<li><a
href="https://github.com/cake-monotone"><code>@​cake-monotone</code></a></li>
<li><a href="https://github.com/carljm"><code>@​carljm</code></a></li>
<li><a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li>
<li><a
href="https://github.com/diceroll123"><code>@​diceroll123</code></a></li>
<li><a href="https://github.com/mihaic"><code>@​mihaic</code></a></li>
<li><a
href="https://github.com/ndmitchell"><code>@​ndmitchell</code></a></li>
<li><a href="https://github.com/pilleye"><code>@​pilleye</code></a></li>
<li><a
href="https://github.com/renovate"><code>@​renovate</code></a></li>
<li><a href="https://github.com/rtpg"><code>@​rtpg</code></a></li>
<li><a
href="https://github.com/samypr100"><code>@​samypr100</code></a></li>
<li><a href="https://github.com/sharkdp"><code>@​sharkdp</code></a></li>
</ul>
<h2>Install ruff 0.7.1</h2>
<h3>Install prebuilt binaries via shell script</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's
changelog</a>.</em></p>
<blockquote>
<h2>0.7.1</h2>
<h3>Preview features</h3>
<ul>
<li>Fix <code>E221</code> and <code>E222</code> to flag missing or extra
whitespace around <code>==</code> operator (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13890">#13890</a>)</li>
<li>Formatter: Alternate quotes for strings inside f-strings in preview
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/13860">#13860</a>)</li>
<li>Formatter: Join implicit concatenated strings when they fit on a
line (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13663">#13663</a>)</li>
<li>[<code>pylint</code>] Restrict <code>iteration-over-set</code> to
only work on sets of literals (<code>PLC0208</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13731">#13731</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-type-checking</code>] Support auto-quoting when
annotations contain quotes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/11811">#11811</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Avoid indexing the workspace for single-file mode (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13770">#13770</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Make <code>ARG002</code> compatible with <code>EM101</code> when
raising <code>NotImplementedError</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13714">#13714</a>)</li>
</ul>
<h3>Other changes</h3>
<ul>
<li>Introduce more Docker tags for Ruff (similar to uv) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13274">#13274</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/337af836d3b2d88413c1391495a94755af46f574"><code>337af83</code></a>
Bump version to 0.7.1 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13913">#13913</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/113ce840a690cd59acbaf7d40d70b4352df681fe"><code>113ce84</code></a>
Fix <code>normalize</code> arguments when
<code>fstring_formatting</code> is disabled (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13910">#13910</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/7272f8386894583f61c8b83200899906de64eaf4"><code>7272f83</code></a>
Fix preview style name in <code>can_omit_parentheses</code> to
is_f_string_formatting_en...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/3eb454699ade14cfb6f393d10ff5b4914ab34b0f"><code>3eb4546</code></a>
[red-knot] Format mdtest Python snippets more concisely (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13905">#13905</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/77ae0ccf0f5c8eda2e0249d517043e7f7279588b"><code>77ae0cc</code></a>
[red-knot] Infer subscript expression types for bytes literals (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13901">#13901</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/73ee72b665f333c47c9f597d06317854dd59bdd3"><code>73ee72b</code></a>
Join implicit concatenated strings when they fit on a line (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13663">#13663</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e402e27a09242d7a3e95082349ebabb6362a0e2e"><code>e402e27</code></a>
Use referencial equality in <code>traversal</code> helper methods (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13895">#13895</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/de4181d7dd2baca8beff8217a8c897537b80baa0"><code>de4181d</code></a>
Remove &quot;default&quot; remark from <code>ruff check</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13900">#13900</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/2c57c2dc8ac972bfb7b01e736d65f8e608bf61f6"><code>2c57c2d</code></a>
[red-knot] Type narrowing for <code>isinstance</code> checks (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13894">#13894</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/72c18c8225166f1f08a826c622b9cbcb48331162"><code>72c18c8</code></a>
Fix E221 and E222 to flag missing or extra whitespace around
<code>==</code> operator (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.7.0...0.7.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.7.0&new-version=0.7.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent e8333e2 commit 5c30fb7
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
38 changes: 19 additions & 19 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,25 +116,25 @@ python-lsp-jsonrpc==1.0.0 \
--hash=sha256:079b143be64b0a378bdb21dff5e28a8c1393fe7e8a654ef068322d754e545fc7 \
--hash=sha256:7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd
# via ruff-lsp (pyproject.toml)
ruff==0.7.0 \
--hash=sha256:0cdf20c2b6ff98e37df47b2b0bd3a34aaa155f59a11182c1303cce79be715628 \
--hash=sha256:10842f69c245e78d6adec7e1db0a7d9ddc2fff0621d730e61657b64fa36f207e \
--hash=sha256:194d6c46c98c73949a106425ed40a576f52291c12bc21399eb8f13a0f7073495 \
--hash=sha256:1eb54986f770f49edb14f71d33312d79e00e629a57387382200b1ef12d6a4ef9 \
--hash=sha256:211d877674e9373d4bb0f1c80f97a0201c61bcd1e9d045b6e9726adc42c156aa \
--hash=sha256:214b88498684e20b6b2b8852c01d50f0651f3cc6118dfa113b4def9f14faaf06 \
--hash=sha256:47a86360cf62d9cd53ebfb0b5eb0e882193fc191c6d717e8bef4462bc3b9ea2b \
--hash=sha256:496494d350c7fdeb36ca4ef1c9f21d80d182423718782222c29b3e72b3512737 \
--hash=sha256:4b406c2dce5be9bad59f2de26139a86017a517e6bcd2688da515481c05a2cb11 \
--hash=sha256:630fce3fefe9844e91ea5bbf7ceadab4f9981f42b704fae011bb8efcaf5d84be \
--hash=sha256:82c2579b82b9973a110fab281860403b397c08c403de92de19568f32f7178598 \
--hash=sha256:9af971fe85dcd5eaed8f585ddbc6bdbe8c217fb8fcf510ea6bca5bdfff56040e \
--hash=sha256:ab7d98c7eed355166f367597e513a6c82408df4181a937628dbec79abb2a1fe4 \
--hash=sha256:b641c7f16939b7d24b7bfc0be4102c56562a18281f84f635604e8a6989948914 \
--hash=sha256:d71672336e46b34e0c90a790afeac8a31954fd42872c1f6adaea1dff76fd44f9 \
--hash=sha256:dc452ba6f2bb9cf8726a84aa877061a2462afe9ae0ea1d411c53d226661c601d \
--hash=sha256:f6c968509f767776f524a8430426539587d5ec5c662f6addb6aa25bc2e8195ec \
--hash=sha256:ff4aabfbaaba880e85d394603b9e75d32b0693152e16fa659a3064a85df7fce2
ruff==0.7.1 \
--hash=sha256:19aa200ec824c0f36d0c9114c8ec0087082021732979a359d6f3c390a6ff2a37 \
--hash=sha256:27c1c52a8d199a257ff1e5582d078eab7145129aa02721815ca8fa4f9612dc35 \
--hash=sha256:32f1e8a192e261366c702c5fb2ece9f68d26625f198a25c408861c16dc2dea9c \
--hash=sha256:344cc2b0814047dc8c3a8ff2cd1f3d808bb23c6658db830d25147339d9bf9ea7 \
--hash=sha256:4316bbf69d5a859cc937890c7ac7a6551252b6a01b1d2c97e8fc96e45a7c8b4a \
--hash=sha256:56aad830af8a9db644e80098fe4984a948e2b6fc2e73891538f43bbe478461b8 \
--hash=sha256:588a34e1ef2ea55b4ddfec26bbe76bc866e92523d8c6cdec5e8aceefeff02d99 \
--hash=sha256:658304f02f68d3a83c998ad8bf91f9b4f53e93e5412b8f2388359d55869727fd \
--hash=sha256:699085bf05819588551b11751eff33e9ca58b1b86a6843e1b082a7de40da1565 \
--hash=sha256:79d3af9dca4c56043e738a4d6dd1e9444b6d6c10598ac52d146e331eb155a8ad \
--hash=sha256:8422104078324ea250886954e48f1373a8fe7de59283d747c3a7eca050b4e378 \
--hash=sha256:94fc32f9cdf72dc75c451e5f072758b118ab8100727168a3df58502b43a599ca \
--hash=sha256:985818742b833bffa543a84d1cc11b5e6871de1b4e0ac3060a59a2bae3969250 \
--hash=sha256:9d8a41d4aa2dad1575adb98a82870cf5db5f76b2938cf2206c22c940034a36f4 \
--hash=sha256:b517a2011333eb7ce2d402652ecaa0ac1a30c114fbbd55c6b8ee466a7f600ee9 \
--hash=sha256:c5c121b46abde94a505175524e51891f829414e093cd8326d6e741ecfc0a9112 \
--hash=sha256:cb1bc5ed9403daa7da05475d615739cc0212e861b7306f314379d958592aaa89 \
--hash=sha256:f38c41fcde1728736b4eb2b18850f6d1e3eedd9678c914dede554a70d5241307
# via ruff-lsp (pyproject.toml)
tomli==2.0.1 \
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
Expand Down
38 changes: 19 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@ pygls==1.2.1 \
--hash=sha256:04f9b9c115b622dcc346fb390289066565343d60245a424eca77cb429b911ed8 \
--hash=sha256:7dcfcf12b6f15beb606afa46de2ed348b65a279c340ef2242a9a35c22eeafe94
# via ruff-lsp (pyproject.toml)
ruff==0.7.0 \
--hash=sha256:0cdf20c2b6ff98e37df47b2b0bd3a34aaa155f59a11182c1303cce79be715628 \
--hash=sha256:10842f69c245e78d6adec7e1db0a7d9ddc2fff0621d730e61657b64fa36f207e \
--hash=sha256:194d6c46c98c73949a106425ed40a576f52291c12bc21399eb8f13a0f7073495 \
--hash=sha256:1eb54986f770f49edb14f71d33312d79e00e629a57387382200b1ef12d6a4ef9 \
--hash=sha256:211d877674e9373d4bb0f1c80f97a0201c61bcd1e9d045b6e9726adc42c156aa \
--hash=sha256:214b88498684e20b6b2b8852c01d50f0651f3cc6118dfa113b4def9f14faaf06 \
--hash=sha256:47a86360cf62d9cd53ebfb0b5eb0e882193fc191c6d717e8bef4462bc3b9ea2b \
--hash=sha256:496494d350c7fdeb36ca4ef1c9f21d80d182423718782222c29b3e72b3512737 \
--hash=sha256:4b406c2dce5be9bad59f2de26139a86017a517e6bcd2688da515481c05a2cb11 \
--hash=sha256:630fce3fefe9844e91ea5bbf7ceadab4f9981f42b704fae011bb8efcaf5d84be \
--hash=sha256:82c2579b82b9973a110fab281860403b397c08c403de92de19568f32f7178598 \
--hash=sha256:9af971fe85dcd5eaed8f585ddbc6bdbe8c217fb8fcf510ea6bca5bdfff56040e \
--hash=sha256:ab7d98c7eed355166f367597e513a6c82408df4181a937628dbec79abb2a1fe4 \
--hash=sha256:b641c7f16939b7d24b7bfc0be4102c56562a18281f84f635604e8a6989948914 \
--hash=sha256:d71672336e46b34e0c90a790afeac8a31954fd42872c1f6adaea1dff76fd44f9 \
--hash=sha256:dc452ba6f2bb9cf8726a84aa877061a2462afe9ae0ea1d411c53d226661c601d \
--hash=sha256:f6c968509f767776f524a8430426539587d5ec5c662f6addb6aa25bc2e8195ec \
--hash=sha256:ff4aabfbaaba880e85d394603b9e75d32b0693152e16fa659a3064a85df7fce2
ruff==0.7.1 \
--hash=sha256:19aa200ec824c0f36d0c9114c8ec0087082021732979a359d6f3c390a6ff2a37 \
--hash=sha256:27c1c52a8d199a257ff1e5582d078eab7145129aa02721815ca8fa4f9612dc35 \
--hash=sha256:32f1e8a192e261366c702c5fb2ece9f68d26625f198a25c408861c16dc2dea9c \
--hash=sha256:344cc2b0814047dc8c3a8ff2cd1f3d808bb23c6658db830d25147339d9bf9ea7 \
--hash=sha256:4316bbf69d5a859cc937890c7ac7a6551252b6a01b1d2c97e8fc96e45a7c8b4a \
--hash=sha256:56aad830af8a9db644e80098fe4984a948e2b6fc2e73891538f43bbe478461b8 \
--hash=sha256:588a34e1ef2ea55b4ddfec26bbe76bc866e92523d8c6cdec5e8aceefeff02d99 \
--hash=sha256:658304f02f68d3a83c998ad8bf91f9b4f53e93e5412b8f2388359d55869727fd \
--hash=sha256:699085bf05819588551b11751eff33e9ca58b1b86a6843e1b082a7de40da1565 \
--hash=sha256:79d3af9dca4c56043e738a4d6dd1e9444b6d6c10598ac52d146e331eb155a8ad \
--hash=sha256:8422104078324ea250886954e48f1373a8fe7de59283d747c3a7eca050b4e378 \
--hash=sha256:94fc32f9cdf72dc75c451e5f072758b118ab8100727168a3df58502b43a599ca \
--hash=sha256:985818742b833bffa543a84d1cc11b5e6871de1b4e0ac3060a59a2bae3969250 \
--hash=sha256:9d8a41d4aa2dad1575adb98a82870cf5db5f76b2938cf2206c22c940034a36f4 \
--hash=sha256:b517a2011333eb7ce2d402652ecaa0ac1a30c114fbbd55c6b8ee466a7f600ee9 \
--hash=sha256:c5c121b46abde94a505175524e51891f829414e093cd8326d6e741ecfc0a9112 \
--hash=sha256:cb1bc5ed9403daa7da05475d615739cc0212e861b7306f314379d958592aaa89 \
--hash=sha256:f38c41fcde1728736b4eb2b18850f6d1e3eedd9678c914dede554a70d5241307
# via ruff-lsp (pyproject.toml)
typing-extensions==4.7.1 \
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \
Expand Down

0 comments on commit 5c30fb7

Please sign in to comment.