Skip to content

Commit

Permalink
Bump ruff from 0.1.0 to 0.1.1 (#287)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.0 to 0.1.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>v0.1.1</h2>
<h2>Changes</h2>
<h3>Rule changes</h3>
<ul>
<li>Add unsafe fix for <code>escape-sequence-in-docstring</code>
(<code>D301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7970">#7970</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Respect <code>#(deprecated)</code> attribute in configuration
options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8035">#8035</a>)</li>
<li>Add <code>[format|lint].exclude</code> options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8000">#8000</a>)</li>
<li>Respect <code>tab-size</code> setting in formatter (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8006">#8006</a>)</li>
<li>Add <code>lint.preview</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8002">#8002</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>[<code>pylint</code>] Implement <code>literal-membership</code>
(<code>PLR6201</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7973">#7973</a>)</li>
<li>[<code>pylint</code>] Implement
<code>too-many-boolean-expressions</code> (<code>PLR0916</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7975">#7975</a>)</li>
<li>[<code>pylint</code>] Implement <code>misplaced-bare-raise</code>
(<code>E0704</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7961">#7961</a>)</li>
<li>[<code>pylint</code>] Implement <code>global-at-module-level</code>
(<code>W0604</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8058">#8058</a>)</li>
<li>[<code>pylint</code>] Implement <code>unspecified-encoding</code>
(<code>PLW1514</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7939">#7939</a>)</li>
<li>Add fix for <code>triple-single-quotes</code> (<code>D300</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/7967">#7967</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>New code style badge for <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7878">#7878</a>)</li>
<li>Fix comments outside expression parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7873">#7873</a>)</li>
<li>Add <code>--target-version</code> to <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8055">#8055</a>)</li>
<li>Skip over parentheses when detecting <code>in</code> keyword (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8054">#8054</a>)</li>
<li>Add <code>--diff</code> option to <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7937">#7937</a>)</li>
<li>Insert newline after nested function or class statements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7946">#7946</a>)</li>
<li>Use <code>pass</code> over ellipsis in non-function/class contexts
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8049">#8049</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Lazily evaluate all PEP 695 type alias values (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8033">#8033</a>)</li>
<li>Avoid failed assertion when showing fixes from stdin (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8029">#8029</a>)</li>
<li>Avoid flagging HTTP and HTTPS literals in urllib-open (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8046">#8046</a>)</li>
<li>Avoid flagging <code>bad-dunder-method-name</code> for
<code>_</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8015">#8015</a>)</li>
<li>Remove Python 2-only methods from <code>URLOpen</code> audit (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8047">#8047</a>)</li>
<li>Use set bracket replacement for <code>iteration-over-set</code> to
preserve whitespace and comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8001">#8001</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update tutorial to match revised Ruff defaults (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8066">#8066</a>)</li>
<li>Update rule <code>B005</code> docs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8028">#8028</a>)</li>
<li>Update GitHub actions example in docs to use
<code>--output-format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8014">#8014</a>)</li>
<li>Document <code>lint.preview</code> and <code>format.preview</code>
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8032">#8032</a>)</li>
<li>Clarify that new rules should be added to
<code>RuleGroup::Preview</code>. (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7989">#7989</a>)</li>
</ul>
<!-- 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.1.1</h2>
<h3>Rule changes</h3>
<ul>
<li>Add unsafe fix for <code>escape-sequence-in-docstring</code>
(<code>D301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7970">#7970</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Respect <code>#(deprecated)</code> attribute in configuration
options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8035">#8035</a>)</li>
<li>Add <code>[format|lint].exclude</code> options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8000">#8000</a>)</li>
<li>Respect <code>tab-size</code> setting in formatter (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8006">#8006</a>)</li>
<li>Add <code>lint.preview</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8002">#8002</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>[<code>pylint</code>] Implement <code>literal-membership</code>
(<code>PLR6201</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7973">#7973</a>)</li>
<li>[<code>pylint</code>] Implement
<code>too-many-boolean-expressions</code> (<code>PLR0916</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7975">#7975</a>)</li>
<li>[<code>pylint</code>] Implement <code>misplaced-bare-raise</code>
(<code>E0704</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7961">#7961</a>)</li>
<li>[<code>pylint</code>] Implement <code>global-at-module-level</code>
(<code>W0604</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8058">#8058</a>)</li>
<li>[<code>pylint</code>] Implement <code>unspecified-encoding</code>
(<code>PLW1514</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7939">#7939</a>)</li>
<li>Add fix for <code>triple-single-quotes</code> (<code>D300</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/7967">#7967</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>New code style badge for <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7878">#7878</a>)</li>
<li>Fix comments outside expression parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7873">#7873</a>)</li>
<li>Add <code>--target-version</code> to <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8055">#8055</a>)</li>
<li>Skip over parentheses when detecting <code>in</code> keyword (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8054">#8054</a>)</li>
<li>Add <code>--diff</code> option to <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7937">#7937</a>)</li>
<li>Insert newline after nested function or class statements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7946">#7946</a>)</li>
<li>Use <code>pass</code> over ellipsis in non-function/class contexts
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8049">#8049</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Lazily evaluate all PEP 695 type alias values (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8033">#8033</a>)</li>
<li>Avoid failed assertion when showing fixes from stdin (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8029">#8029</a>)</li>
<li>Avoid flagging HTTP and HTTPS literals in urllib-open (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8046">#8046</a>)</li>
<li>Avoid flagging <code>bad-dunder-method-name</code> for
<code>_</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8015">#8015</a>)</li>
<li>Remove Python 2-only methods from <code>URLOpen</code> audit (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8047">#8047</a>)</li>
<li>Use set bracket replacement for <code>iteration-over-set</code> to
preserve whitespace and comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8001">#8001</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update tutorial to match revised Ruff defaults (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8066">#8066</a>)</li>
<li>Update rule <code>B005</code> docs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8028">#8028</a>)</li>
<li>Update GitHub actions example in docs to use
<code>--output-format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8014">#8014</a>)</li>
<li>Document <code>lint.preview</code> and <code>format.preview</code>
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8032">#8032</a>)</li>
<li>Clarify that new rules should be added to
<code>RuleGroup::Preview</code>. (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7989">#7989</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/22cf451d517739da7dac9b50bd2cfffaa3a09697"><code>22cf451</code></a>
Release 0.1.1 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8073">#8073</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/ec1be60dcbe297e0c9741e31295b5e9b59019b24"><code>ec1be60</code></a>
Remove leftover constant tuple reference (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8062">#8062</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/a327b4da8752edb5c14c4d56b6ab6bc66a6a1f68"><code>a327b4d</code></a>
sequence -&gt; iterable in tutorial (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8067">#8067</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/cdc5e2fb58c4b95b33dca9401daaf8a54d93559e"><code>cdc5e2f</code></a>
Update tutorial to match revised Ruff defaults (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8066">#8066</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/b5d3caf0333d030eef373614a0d43c9b5146f74e"><code>b5d3caf</code></a>
chore: add code style badge for <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7878">#7878</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/8f9753f58edd28996e425c13a94623e668480d12"><code>8f9753f</code></a>
Comments outside expression parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7873">#7873</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/67b043482a5d2f34ee57d7947482ee3429084d54"><code>67b0434</code></a>
Use <code>pass</code> over ellipsis in non-function/class contexts (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8049">#8049</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/693f957b90a8ae395d5c898870aa190b9d0acaac"><code>693f957</code></a>
[pylint] - implement <code>global-at-module-level</code>
(<code>W0604</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8058">#8058</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/a85ed309ea01423c11ddd32c3c45f305aecd84dd"><code>a85ed30</code></a>
Respect <code>#(deprecated)</code> attribute in configuration options
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/8035">#8035</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/2e225d7538429f7c451c457f1c7d62ff4a8e514e"><code>2e225d7</code></a>
Accept <code>--target-version</code> in the format CLI (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8055">#8055</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.0...v0.1.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.1.0&new-version=0.1.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 20, 2023
1 parent a0e664b commit 0bb19b4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,24 +117,24 @@ python-lsp-jsonrpc==1.0.0 \
--hash=sha256:079b143be64b0a378bdb21dff5e28a8c1393fe7e8a654ef068322d754e545fc7 \
--hash=sha256:7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd
# via ruff-lsp (pyproject.toml)
ruff==0.1.0 \
--hash=sha256:0d412678bf205787263bb702c984012a4f97e460944c072fd7cfa2bd084857c4 \
--hash=sha256:299fff467a0f163baa282266b310589b21400de0a42d8f68553422fa6bf7ee01 \
--hash=sha256:45abdbdab22509a2c6052ecf7050b3f5c7d6b7898dc07e82869401b531d46da4 \
--hash=sha256:480bd704e8af1afe3fd444cc52e3c900b936e6ca0baf4fb0281124330b6ceba2 \
--hash=sha256:65f4b7fb539e5cf0f71e9bd74f8ddab74cabdd673c6fb7f17a4dcfd29f126255 \
--hash=sha256:7186ccf54707801d91e6314a016d1c7895e21d2e4cd614500d55870ed983aa9f \
--hash=sha256:764f36d2982cc4a703e69fb73a280b7c539fd74b50c9ee531a4e3fe88152f521 \
--hash=sha256:87114e254dee35e069e1b922d85d4b21a5b61aec759849f393e1dbb308a00439 \
--hash=sha256:a5391b49b1669b540924640587d8d24128e45be17d1a916b1801d6645e831581 \
--hash=sha256:a76ba81860f7ee1f2d5651983f87beb835def94425022dc5f0803108f1b8bfa2 \
--hash=sha256:ad2ccdb3bad5a61013c76a9c1240fdfadf2c7103a2aeebd7bcbbed61f363138f \
--hash=sha256:ad6b13824714b19c5f8225871cf532afb994470eecb74631cd3500fe817e6b3f \
--hash=sha256:b04cd4298b43b16824d9a37800e4c145ba75c29c43ce0d74cad1d66d7ae0a4c5 \
--hash=sha256:b77f6cfa72c6eb19b5cac967cc49762ae14d036db033f7d97a72912770fd8e1c \
--hash=sha256:d88adfd93849bc62449518228581d132e2023e30ebd2da097f73059900d8dce3 \
--hash=sha256:ee8cd57f454cdd77bbcf1e11ff4e0046fb6547cac1922cc6e3583ce4b9c326d1 \
--hash=sha256:fa7aeed7bc23861a2b38319b636737bf11cfa55d2109620b49cf995663d3e888
ruff==0.1.1 \
--hash=sha256:2a909d3930afdbc2e9fd893b0034479e90e7981791879aab50ce3d9f55205bd6 \
--hash=sha256:2d68367d1379a6b47e61bc9de144a47bcdb1aad7903bbf256e4c3d31f11a87ae \
--hash=sha256:3305d1cb4eb8ff6d3e63a48d1659d20aab43b49fe987b3ca4900528342367145 \
--hash=sha256:3521bf910104bf781e6753282282acc145cbe3eff79a1ce6b920404cd756075a \
--hash=sha256:3ff3006c97d9dc396b87fb46bb65818e614ad0181f059322df82bbfe6944e264 \
--hash=sha256:620d4b34302538dbd8bbbe8fdb8e8f98d72d29bd47e972e2b59ce6c1e8862257 \
--hash=sha256:6aa7e63c3852cf8fe62698aef31e563e97143a4b801b57f920012d0e07049a8d \
--hash=sha256:8f5b24daddf35b6c207619301170cae5d2699955829cda77b6ce1e5fc69340df \
--hash=sha256:b7cdc893aef23ccc14c54bd79a8109a82a2c527e11d030b62201d86f6c2b81c5 \
--hash=sha256:ba3208543ab91d3e4032db2652dcb6c22a25787b85b8dc3aeff084afdc612e5c \
--hash=sha256:bc11955f6ce3398d2afe81ad7e49d0ebf0a581d8bcb27b8c300281737735e3a3 \
--hash=sha256:c34ae501d0ec71acf19ee5d4d889e379863dcc4b796bf8ce2934a9357dc31db7 \
--hash=sha256:c90461ae4abec261609e5ea436de4a4b5f2822921cf04c16d2cc9327182dbbcc \
--hash=sha256:cbbd8eead88ea83a250499074e2a8e9d80975f0b324b1e2e679e4594da318c25 \
--hash=sha256:d3f9ac658ba29e07b95c80fa742b059a55aefffa8b1e078bc3c08768bdd4b11a \
--hash=sha256:e140bd717c49164c8feb4f65c644046fe929c46f42493672853e3213d7bdbce2 \
--hash=sha256:f4780e2bb52f3863a565ec3f699319d3493b83ff95ebbb4993e59c62aaf6e75e
# via ruff-lsp (pyproject.toml)
tomli==2.0.1 \
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
Expand Down
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@ pygls==1.1.1 \
--hash=sha256:330704551a335b443bf1cdfb0507f121608591095898d451f0007eeb1510067c \
--hash=sha256:b1b4ddd6f800a5573f61f0ec2cd3bc7a859d171f48142b46e1de35a1357c00fe
# via ruff-lsp (pyproject.toml)
ruff==0.1.0 \
--hash=sha256:0d412678bf205787263bb702c984012a4f97e460944c072fd7cfa2bd084857c4 \
--hash=sha256:299fff467a0f163baa282266b310589b21400de0a42d8f68553422fa6bf7ee01 \
--hash=sha256:45abdbdab22509a2c6052ecf7050b3f5c7d6b7898dc07e82869401b531d46da4 \
--hash=sha256:480bd704e8af1afe3fd444cc52e3c900b936e6ca0baf4fb0281124330b6ceba2 \
--hash=sha256:65f4b7fb539e5cf0f71e9bd74f8ddab74cabdd673c6fb7f17a4dcfd29f126255 \
--hash=sha256:7186ccf54707801d91e6314a016d1c7895e21d2e4cd614500d55870ed983aa9f \
--hash=sha256:764f36d2982cc4a703e69fb73a280b7c539fd74b50c9ee531a4e3fe88152f521 \
--hash=sha256:87114e254dee35e069e1b922d85d4b21a5b61aec759849f393e1dbb308a00439 \
--hash=sha256:a5391b49b1669b540924640587d8d24128e45be17d1a916b1801d6645e831581 \
--hash=sha256:a76ba81860f7ee1f2d5651983f87beb835def94425022dc5f0803108f1b8bfa2 \
--hash=sha256:ad2ccdb3bad5a61013c76a9c1240fdfadf2c7103a2aeebd7bcbbed61f363138f \
--hash=sha256:ad6b13824714b19c5f8225871cf532afb994470eecb74631cd3500fe817e6b3f \
--hash=sha256:b04cd4298b43b16824d9a37800e4c145ba75c29c43ce0d74cad1d66d7ae0a4c5 \
--hash=sha256:b77f6cfa72c6eb19b5cac967cc49762ae14d036db033f7d97a72912770fd8e1c \
--hash=sha256:d88adfd93849bc62449518228581d132e2023e30ebd2da097f73059900d8dce3 \
--hash=sha256:ee8cd57f454cdd77bbcf1e11ff4e0046fb6547cac1922cc6e3583ce4b9c326d1 \
--hash=sha256:fa7aeed7bc23861a2b38319b636737bf11cfa55d2109620b49cf995663d3e888
ruff==0.1.1 \
--hash=sha256:2a909d3930afdbc2e9fd893b0034479e90e7981791879aab50ce3d9f55205bd6 \
--hash=sha256:2d68367d1379a6b47e61bc9de144a47bcdb1aad7903bbf256e4c3d31f11a87ae \
--hash=sha256:3305d1cb4eb8ff6d3e63a48d1659d20aab43b49fe987b3ca4900528342367145 \
--hash=sha256:3521bf910104bf781e6753282282acc145cbe3eff79a1ce6b920404cd756075a \
--hash=sha256:3ff3006c97d9dc396b87fb46bb65818e614ad0181f059322df82bbfe6944e264 \
--hash=sha256:620d4b34302538dbd8bbbe8fdb8e8f98d72d29bd47e972e2b59ce6c1e8862257 \
--hash=sha256:6aa7e63c3852cf8fe62698aef31e563e97143a4b801b57f920012d0e07049a8d \
--hash=sha256:8f5b24daddf35b6c207619301170cae5d2699955829cda77b6ce1e5fc69340df \
--hash=sha256:b7cdc893aef23ccc14c54bd79a8109a82a2c527e11d030b62201d86f6c2b81c5 \
--hash=sha256:ba3208543ab91d3e4032db2652dcb6c22a25787b85b8dc3aeff084afdc612e5c \
--hash=sha256:bc11955f6ce3398d2afe81ad7e49d0ebf0a581d8bcb27b8c300281737735e3a3 \
--hash=sha256:c34ae501d0ec71acf19ee5d4d889e379863dcc4b796bf8ce2934a9357dc31db7 \
--hash=sha256:c90461ae4abec261609e5ea436de4a4b5f2822921cf04c16d2cc9327182dbbcc \
--hash=sha256:cbbd8eead88ea83a250499074e2a8e9d80975f0b324b1e2e679e4594da318c25 \
--hash=sha256:d3f9ac658ba29e07b95c80fa742b059a55aefffa8b1e078bc3c08768bdd4b11a \
--hash=sha256:e140bd717c49164c8feb4f65c644046fe929c46f42493672853e3213d7bdbce2 \
--hash=sha256:f4780e2bb52f3863a565ec3f699319d3493b83ff95ebbb4993e59c62aaf6e75e
# via ruff-lsp (pyproject.toml)
typeguard==3.0.2 \
--hash=sha256:bbe993854385284ab42fd5bd3bee6f6556577ce8b50696d6cb956d704f286c8e \
Expand Down

0 comments on commit 0bb19b4

Please sign in to comment.