Skip to content

Commit 3c33daa

Browse files
Bump ruff from 0.6.6 to 0.6.9 (#502)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.6 to 0.6.9. <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.6.9</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>Fix codeblock dynamic line length calculation for indented docstring examples (<a href="https://redirect.github.com/astral-sh/ruff/pull/13523">#13523</a>)</li> <li>[<code>refurb</code>] Mark <code>FURB118</code> fix as unsafe (<a href="https://redirect.github.com/astral-sh/ruff/pull/13613">#13613</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>pydocstyle</code>] Don't raise <code>D208</code> when last line is non-empty (<a href="https://redirect.github.com/astral-sh/ruff/pull/13372">#13372</a>)</li> <li>[<code>pylint</code>] Preserve trivia (i.e. comments) in <code>PLR5501</code> autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/13573">#13573</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>pyflakes</code>] Add <code>allow-unused-imports</code> setting for <code>unused-import</code> rule (<code>F401</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13601">#13601</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Support ruff discovery in pip build environments (<a href="https://redirect.github.com/astral-sh/ruff/pull/13591">#13591</a>)</li> <li>[<code>flake8-bugbear</code>] Avoid short circuiting <code>B017</code> for multiple context managers (<a href="https://redirect.github.com/astral-sh/ruff/pull/13609">#13609</a>)</li> <li>[<code>pylint</code>] Do not offer an invalid fix for <code>PLR1716</code> when the comparisons contain parenthesis (<a href="https://redirect.github.com/astral-sh/ruff/pull/13527">#13527</a>)</li> <li>[<code>pyupgrade</code>] Fix <code>UP043</code> to apply to <code>collections.abc.Generator</code> and <code>collections.abc.AsyncGenerator</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13611">#13611</a>)</li> <li>[<code>refurb</code>] Fix handling of slices in tuples for <code>FURB118</code>, e.g., <code>x[:, 1]</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13518">#13518</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update GitHub Action link to <code>astral-sh/ruff-action</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13551">#13551</a>)</li> </ul> <h2>Install ruff 0.6.9</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy ByPass -c &quot;irm https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-installer.ps1 | iex&quot; </code></pre> <h2>Download ruff 0.6.9</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-aarch64-apple-darwin.tar.gz">ruff-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-x86_64-apple-darwin.tar.gz">ruff-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-aarch64-pc-windows-msvc.zip">ruff-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/astral-sh/ruff/releases/download/0.6.9/ruff-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> </tbody> </table> <!-- 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.6.9</h2> <h3>Preview features</h3> <ul> <li>Fix codeblock dynamic line length calculation for indented docstring examples (<a href="https://redirect.github.com/astral-sh/ruff/pull/13523">#13523</a>)</li> <li>[<code>refurb</code>] Mark <code>FURB118</code> fix as unsafe (<a href="https://redirect.github.com/astral-sh/ruff/pull/13613">#13613</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>pydocstyle</code>] Don't raise <code>D208</code> when last line is non-empty (<a href="https://redirect.github.com/astral-sh/ruff/pull/13372">#13372</a>)</li> <li>[<code>pylint</code>] Preserve trivia (i.e. comments) in <code>PLR5501</code> autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/13573">#13573</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>pyflakes</code>] Add <code>allow-unused-imports</code> setting for <code>unused-import</code> rule (<code>F401</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13601">#13601</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Support ruff discovery in pip build environments (<a href="https://redirect.github.com/astral-sh/ruff/pull/13591">#13591</a>)</li> <li>[<code>flake8-bugbear</code>] Avoid short circuiting <code>B017</code> for multiple context managers (<a href="https://redirect.github.com/astral-sh/ruff/pull/13609">#13609</a>)</li> <li>[<code>pylint</code>] Do not offer an invalid fix for <code>PLR1716</code> when the comparisons contain parenthesis (<a href="https://redirect.github.com/astral-sh/ruff/pull/13527">#13527</a>)</li> <li>[<code>pyupgrade</code>] Fix <code>UP043</code> to apply to <code>collections.abc.Generator</code> and <code>collections.abc.AsyncGenerator</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13611">#13611</a>)</li> <li>[<code>refurb</code>] Fix handling of slices in tuples for <code>FURB118</code>, e.g., <code>x[:, 1]</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13518">#13518</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update GitHub Action link to <code>astral-sh/ruff-action</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13551">#13551</a>)</li> </ul> <h2>0.6.8</h2> <h3>Preview features</h3> <ul> <li>Remove unnecessary parentheses around <code>match case</code> clauses (<a href="https://redirect.github.com/astral-sh/ruff/pull/13510">#13510</a>)</li> <li>Parenthesize overlong <code>if</code> guards in <code>match..case</code> clauses (<a href="https://redirect.github.com/astral-sh/ruff/pull/13513">#13513</a>)</li> <li>Detect basic wildcard imports in <code>ruff analyze graph</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13486">#13486</a>)</li> <li>[<code>pylint</code>] Implement <code>boolean-chained-comparison</code> (<code>R1716</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13435">#13435</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>lake8-simplify</code>] Detect <code>SIM910</code> when using variadic keyword arguments, i.e., <code>**kwargs</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13503">#13503</a>)</li> <li>[<code>pyupgrade</code>] Avoid false negatives with non-reference shadowed bindings of loop variables (<code>UP028</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13504">#13504</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Detect tuples bound to variadic positional arguments i.e. <code>*args</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13512">#13512</a>)</li> <li>Exit gracefully on broken pipe errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/13485">#13485</a>)</li> <li>Avoid panic when analyze graph hits broken pipe (<a href="https://redirect.github.com/astral-sh/ruff/pull/13484">#13484</a>)</li> </ul> <h3>Performance</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/975be9c1c6cc8f8f4e52bdad8123d151192c7123"><code>975be9c</code></a> Bump version to 0.6.9 (<a href="https://redirect.github.com/astral-sh/ruff/issues/13624">#13624</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/99e4566fce9faf1c66ca3dafd6216be3976dc913"><code>99e4566</code></a> Mark <code>FURB118</code> fix as unsafe (<a href="https://redirect.github.com/astral-sh/ruff/issues/13613">#13613</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/7ad07c2c5d9208ad55b55eb0e6124c2d8a07c065"><code>7ad07c2</code></a> Add <code>allow-unused-imports</code> setting for <code>unused-import</code> rule (<code>F401</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/13601">#13601</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/4aefe523938f7176be0bcaa03b6f126c8ae783fb"><code>4aefe52</code></a> Support ruff discovery in pip build environments (<a href="https://redirect.github.com/astral-sh/ruff/issues/13591">#13591</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/cc1f766622bd27c24e47362503f44f8545710c6f"><code>cc1f766</code></a> Preserve trivia (i.e. comments) in PLR5501 (<a href="https://redirect.github.com/astral-sh/ruff/issues/13573">#13573</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/fdd0a22c03ddecea7e8b870b6d7a007210ee3d27"><code>fdd0a22</code></a> Move to maintained mirror of prettier (<a href="https://redirect.github.com/astral-sh/ruff/issues/13592">#13592</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/3728d5b3a2ba1d97a1e6cbbe719b5960ca8ca53c"><code>3728d5b</code></a> [<code>pyupgrade</code>] Fix UP043 to apply to <code>collections.abc.Generator</code> and `collecti...</li> <li><a href="https://github.com/astral-sh/ruff/commit/7e3894f5b3573d77b0000bbddf0293fbbb5dc986"><code>7e3894f</code></a> Avoid short circuiting <code>B017</code> for multiple context managers (<a href="https://redirect.github.com/astral-sh/ruff/issues/13609">#13609</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c3b40da0d2dd3f6481d663c9a325a8231cae2128"><code>c3b40da</code></a> Use backticks for code in red-knot messages (<a href="https://redirect.github.com/astral-sh/ruff/issues/13599">#13599</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/ef45185dbc9666aee8877a54e3fe3539bb9a7051"><code>ef45185</code></a> Allow users to provide custom diagnostic messages when unwrapping calls (<a href="https://redirect.github.com/astral-sh/ruff/issues/13597">#13597</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.6.6...0.6.9">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.6.6&new-version=0.6.9)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 611d7f2 commit 3c33daa

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

requirements-dev.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -116,25 +116,25 @@ python-lsp-jsonrpc==1.0.0 \
116116
--hash=sha256:079b143be64b0a378bdb21dff5e28a8c1393fe7e8a654ef068322d754e545fc7 \
117117
--hash=sha256:7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd
118118
# via ruff-lsp (pyproject.toml)
119-
ruff==0.6.6 \
120-
--hash=sha256:0adb801771bc1f1b8cf4e0a6fdc30776e7c1894810ff3b344e50da82ef50eeb1 \
121-
--hash=sha256:0fc030b6fd14814d69ac0196396f6761921bd20831725c7361e1b8100b818034 \
122-
--hash=sha256:2653fc3b2a9315bd809725c88dd2446550099728d077a04191febb5ea79a4f79 \
123-
--hash=sha256:488f8e15c01ea9afb8c0ba35d55bd951f484d0c1b7c5fd746ce3c47ccdedce68 \
124-
--hash=sha256:4b4d32c137bc781c298964dd4e52f07d6f7d57c03eae97a72d97856844aa510a \
125-
--hash=sha256:515a698254c9c47bb84335281a170213b3ee5eb47feebe903e1be10087a167ce \
126-
--hash=sha256:59627e97364329e4eae7d86fa7980c10e2b129e2293d25c478ebcb861b3e3fd6 \
127-
--hash=sha256:69c546f412dfae8bb9cc4f27f0e45cdd554e42fecbb34f03312b93368e1cd0a6 \
128-
--hash=sha256:6bb1b4995775f1837ab70f26698dd73852bbb82e8f70b175d2713c0354fe9182 \
129-
--hash=sha256:704da526c1e137f38c8a067a4a975fe6834b9f8ba7dbc5fd7503d58148851b8f \
130-
--hash=sha256:94c3f78c3d32190aafbb6bc5410c96cfed0a88aadb49c3f852bbc2aa9783a7d8 \
131-
--hash=sha256:a4c0698cc780bcb2c61496cbd56b6a3ac0ad858c966652f7dbf4ceb029252fbe \
132-
--hash=sha256:aadf81ddc8ab5b62da7aae78a91ec933cbae9f8f1663ec0325dae2c364e4ad84 \
133-
--hash=sha256:aefb0bd15f1cfa4c9c227b6120573bb3d6c4ee3b29fb54a5ad58f03859bc43c6 \
134-
--hash=sha256:bb858cd9ce2d062503337c5b9784d7b583bcf9d1a43c4df6ccb5eab774fbafcb \
135-
--hash=sha256:e368aef0cc02ca3593eae2fb8186b81c9c2b3f39acaaa1108eb6b4d04617e61f \
136-
--hash=sha256:efeede5815a24104579a0f6320660536c5ffc1c91ae94f8c65659af915fb9de9 \
137-
--hash=sha256:f5bc5398457484fc0374425b43b030e4668ed4d2da8ee7fdda0e926c9f11ccfb
119+
ruff==0.6.9 \
120+
--hash=sha256:064df58d84ccc0ac0fcd63bc3090b251d90e2a372558c0f057c3f75ed73e1ccd \
121+
--hash=sha256:12edd2af0c60fa61ff31cefb90aef4288ac4d372b4962c2864aeea3a1a2460c0 \
122+
--hash=sha256:140d4b5c9f5fc7a7b074908a78ab8d384dd7f6510402267bc76c37195c02a7ec \
123+
--hash=sha256:3c866b631f5fbce896a74a6e4383407ba7507b815ccc52bcedabb6810fdb3ef7 \
124+
--hash=sha256:3ef0cc774b00fec123f635ce5c547dac263f6ee9fb9cc83437c5904183b55ceb \
125+
--hash=sha256:417b81aa1c9b60b2f8edc463c58363075412866ae4e2b9ab0f690dc1e87ac1b5 \
126+
--hash=sha256:53fd8ca5e82bdee8da7f506d7b03a261f24cd43d090ea9db9a1dc59d9313914c \
127+
--hash=sha256:55bb01caeaf3a60b2b2bba07308a02fca6ab56233302406ed5245180a05c5625 \
128+
--hash=sha256:645d7d8761f915e48a00d4ecc3686969761df69fb561dd914a773c1a8266e14e \
129+
--hash=sha256:785d31851c1ae91f45b3d8fe23b8ae4b5170089021fbb42402d811135f0b7117 \
130+
--hash=sha256:7b118afbb3202f5911486ad52da86d1d52305b59e7ef2031cea3425142b97d6f \
131+
--hash=sha256:7d5ccc9e58112441de8ad4b29dcb7a86dc25c5f770e3c06a9d57e0e5eba48829 \
132+
--hash=sha256:925d26471fa24b0ce5a6cdfab1bb526fb4159952385f386bdcc643813d472039 \
133+
--hash=sha256:a67267654edc23c97335586774790cde402fb6bbdb3c2314f1fc087dee320bfa \
134+
--hash=sha256:a9641e31476d601f83cd602608739a0840e348bda93fec9f1ee816f8b6798b93 \
135+
--hash=sha256:b076ef717a8e5bc819514ee1d602bbdca5b4420ae13a9cf61a0c0a4f53a2baa2 \
136+
--hash=sha256:eae02b700763e3847595b9d2891488989cac00214da7f845f4bcf2989007d577 \
137+
--hash=sha256:eb61ec9bdb2506cffd492e05ac40e5bc6284873aceb605503d8494180d6fc84d
138138
# via ruff-lsp (pyproject.toml)
139139
tomli==2.0.1 \
140140
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \

requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,25 @@ pygls==1.2.1 \
3636
--hash=sha256:04f9b9c115b622dcc346fb390289066565343d60245a424eca77cb429b911ed8 \
3737
--hash=sha256:7dcfcf12b6f15beb606afa46de2ed348b65a279c340ef2242a9a35c22eeafe94
3838
# via ruff-lsp (pyproject.toml)
39-
ruff==0.6.6 \
40-
--hash=sha256:0adb801771bc1f1b8cf4e0a6fdc30776e7c1894810ff3b344e50da82ef50eeb1 \
41-
--hash=sha256:0fc030b6fd14814d69ac0196396f6761921bd20831725c7361e1b8100b818034 \
42-
--hash=sha256:2653fc3b2a9315bd809725c88dd2446550099728d077a04191febb5ea79a4f79 \
43-
--hash=sha256:488f8e15c01ea9afb8c0ba35d55bd951f484d0c1b7c5fd746ce3c47ccdedce68 \
44-
--hash=sha256:4b4d32c137bc781c298964dd4e52f07d6f7d57c03eae97a72d97856844aa510a \
45-
--hash=sha256:515a698254c9c47bb84335281a170213b3ee5eb47feebe903e1be10087a167ce \
46-
--hash=sha256:59627e97364329e4eae7d86fa7980c10e2b129e2293d25c478ebcb861b3e3fd6 \
47-
--hash=sha256:69c546f412dfae8bb9cc4f27f0e45cdd554e42fecbb34f03312b93368e1cd0a6 \
48-
--hash=sha256:6bb1b4995775f1837ab70f26698dd73852bbb82e8f70b175d2713c0354fe9182 \
49-
--hash=sha256:704da526c1e137f38c8a067a4a975fe6834b9f8ba7dbc5fd7503d58148851b8f \
50-
--hash=sha256:94c3f78c3d32190aafbb6bc5410c96cfed0a88aadb49c3f852bbc2aa9783a7d8 \
51-
--hash=sha256:a4c0698cc780bcb2c61496cbd56b6a3ac0ad858c966652f7dbf4ceb029252fbe \
52-
--hash=sha256:aadf81ddc8ab5b62da7aae78a91ec933cbae9f8f1663ec0325dae2c364e4ad84 \
53-
--hash=sha256:aefb0bd15f1cfa4c9c227b6120573bb3d6c4ee3b29fb54a5ad58f03859bc43c6 \
54-
--hash=sha256:bb858cd9ce2d062503337c5b9784d7b583bcf9d1a43c4df6ccb5eab774fbafcb \
55-
--hash=sha256:e368aef0cc02ca3593eae2fb8186b81c9c2b3f39acaaa1108eb6b4d04617e61f \
56-
--hash=sha256:efeede5815a24104579a0f6320660536c5ffc1c91ae94f8c65659af915fb9de9 \
57-
--hash=sha256:f5bc5398457484fc0374425b43b030e4668ed4d2da8ee7fdda0e926c9f11ccfb
39+
ruff==0.6.9 \
40+
--hash=sha256:064df58d84ccc0ac0fcd63bc3090b251d90e2a372558c0f057c3f75ed73e1ccd \
41+
--hash=sha256:12edd2af0c60fa61ff31cefb90aef4288ac4d372b4962c2864aeea3a1a2460c0 \
42+
--hash=sha256:140d4b5c9f5fc7a7b074908a78ab8d384dd7f6510402267bc76c37195c02a7ec \
43+
--hash=sha256:3c866b631f5fbce896a74a6e4383407ba7507b815ccc52bcedabb6810fdb3ef7 \
44+
--hash=sha256:3ef0cc774b00fec123f635ce5c547dac263f6ee9fb9cc83437c5904183b55ceb \
45+
--hash=sha256:417b81aa1c9b60b2f8edc463c58363075412866ae4e2b9ab0f690dc1e87ac1b5 \
46+
--hash=sha256:53fd8ca5e82bdee8da7f506d7b03a261f24cd43d090ea9db9a1dc59d9313914c \
47+
--hash=sha256:55bb01caeaf3a60b2b2bba07308a02fca6ab56233302406ed5245180a05c5625 \
48+
--hash=sha256:645d7d8761f915e48a00d4ecc3686969761df69fb561dd914a773c1a8266e14e \
49+
--hash=sha256:785d31851c1ae91f45b3d8fe23b8ae4b5170089021fbb42402d811135f0b7117 \
50+
--hash=sha256:7b118afbb3202f5911486ad52da86d1d52305b59e7ef2031cea3425142b97d6f \
51+
--hash=sha256:7d5ccc9e58112441de8ad4b29dcb7a86dc25c5f770e3c06a9d57e0e5eba48829 \
52+
--hash=sha256:925d26471fa24b0ce5a6cdfab1bb526fb4159952385f386bdcc643813d472039 \
53+
--hash=sha256:a67267654edc23c97335586774790cde402fb6bbdb3c2314f1fc087dee320bfa \
54+
--hash=sha256:a9641e31476d601f83cd602608739a0840e348bda93fec9f1ee816f8b6798b93 \
55+
--hash=sha256:b076ef717a8e5bc819514ee1d602bbdca5b4420ae13a9cf61a0c0a4f53a2baa2 \
56+
--hash=sha256:eae02b700763e3847595b9d2891488989cac00214da7f845f4bcf2989007d577 \
57+
--hash=sha256:eb61ec9bdb2506cffd492e05ac40e5bc6284873aceb605503d8494180d6fc84d
5858
# via ruff-lsp (pyproject.toml)
5959
typing-extensions==4.7.1 \
6060
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \

0 commit comments

Comments
 (0)