Skip to content

Commit

Permalink
Bump ruff from 0.1.15 to 0.2.0 (#377)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.2.0.
<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.2.0</h2>
<p>Check out the <a href="https://astral.sh/blog/ruff-v0.2.0">blog
post</a> for a migration guide and overview of the changes!</p>
<h2>Changes</h2>
<h3>Breaking changes</h3>
<ul>
<li>The <code>NURSERY</code> selector cannot be used anymore</li>
<li>Legacy selection of nursery rules by exact codes is no longer
allowed without preview enabled</li>
</ul>
<p>See also, the &quot;Remapped rules&quot; section which may result in
disabled rules.</p>
<h3>Deprecations</h3>
<p>The following rules are now deprecated:</p>
<ul>
<li><a
href="https://docs.astral.sh/ruff/rules/missing-type-self/"><code>missing-type-self</code></a>
(<code>ANN101</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/missing-type-cls/"><code>missing-type-cls</code></a>
(<code>ANN102</code>)</li>
</ul>
<p>The following command line options are now deprecated:</p>
<ul>
<li><code>--show-source</code>; use <code>--output-format full</code>
instead</li>
<li><code>--no-show-source</code>; use <code>--output-format
concise</code> instead</li>
<li><code>--output-format text</code>; use <code>full</code> or
<code>concise</code> instead</li>
</ul>
<p>The following settings have moved and the previous name is
deprecated:</p>
<ul>
<li><code>ruff.allowed-confusables</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_allowed-confusables"><code>ruff.lint.allowed-confusables</code></a></li>
<li><code>ruff.dummy-variable-rgx</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_dummy-variable-rgx"><code>ruff.lint.dummy-variable-rgx</code></a></li>
<li><code>ruff.explicit-preview-rules</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_explicit-preview-rules"><code>ruff.lint.explicit-preview-rules</code></a></li>
<li><code>ruff.extend-fixable</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-fixable"><code>ruff.lint.extend-fixable</code></a></li>
<li><code>ruff.extend-ignore</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-ignore"><code>ruff.lint.extend-ignore</code></a></li>
<li><code>ruff.extend-per-file-ignores</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-per-file-ignores"><code>ruff.lint.extend-per-file-ignores</code></a></li>
<li><code>ruff.extend-safe-fixes</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-safe-fixes"><code>ruff.lint.extend-safe-fixes</code></a></li>
<li><code>ruff.extend-select</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-select"><code>ruff.lint.extend-select</code></a></li>
<li><code>ruff.extend-unfixable</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-unfixable"><code>ruff.lint.extend-unfixable</code></a></li>
<li><code>ruff.extend-unsafe-fixes</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-unsafe-fixes"><code>ruff.lint.extend-unsafe-fixes</code></a></li>
<li><code>ruff.external</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_external"><code>ruff.lint.external</code></a></li>
<li><code>ruff.fixable</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_fixable"><code>ruff.lint.fixable</code></a></li>
<li><code>ruff.flake8-annotations</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-annotations"><code>ruff.lint.flake8-annotations</code></a></li>
<li><code>ruff.flake8-bandit</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-bandit"><code>ruff.lint.flake8-bandit</code></a></li>
<li><code>ruff.flake8-bugbear</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-bugbear"><code>ruff.lint.flake8-bugbear</code></a></li>
<li><code>ruff.flake8-builtins</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-builtins"><code>ruff.lint.flake8-builtins</code></a></li>
<li><code>ruff.flake8-comprehensions</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-comprehensions"><code>ruff.lint.flake8-comprehensions</code></a></li>
<li><code>ruff.flake8-copyright</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-copyright"><code>ruff.lint.flake8-copyright</code></a></li>
<li><code>ruff.flake8-errmsg</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-errmsg"><code>ruff.lint.flake8-errmsg</code></a></li>
<li><code>ruff.flake8-gettext</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-gettext"><code>ruff.lint.flake8-gettext</code></a></li>
<li><code>ruff.flake8-implicit-str-concat</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-implicit-str-concat"><code>ruff.lint.flake8-implicit-str-concat</code></a></li>
<li><code>ruff.flake8-import-conventions</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-import-conventions"><code>ruff.lint.flake8-import-conventions</code></a></li>
<li><code>ruff.flake8-pytest-style</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-pytest-style"><code>ruff.lint.flake8-pytest-style</code></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.2.0</h2>
<h3>Breaking changes</h3>
<ul>
<li>The <code>NURSERY</code> selector cannot be used anymore</li>
<li>Legacy selection of nursery rules by exact codes is no longer
allowed without preview enabled</li>
</ul>
<p>See also, the &quot;Remapped rules&quot; section which may result in
disabled rules.</p>
<h3>Deprecations</h3>
<p>The following rules are now deprecated:</p>
<ul>
<li><a
href="https://docs.astral.sh/ruff/rules/missing-type-self/"><code>missing-type-self</code></a>
(<code>ANN101</code>)</li>
<li><a
href="https://docs.astral.sh/ruff/rules/missing-type-cls/"><code>missing-type-cls</code></a>
(<code>ANN102</code>)</li>
</ul>
<p>The following command line options are now deprecated:</p>
<ul>
<li><code>--show-source</code>; use <code>--output-format full</code>
instead</li>
<li><code>--no-show-source</code>; use <code>--output-format
concise</code> instead</li>
<li><code>--output-format text</code>; use <code>full</code> or
<code>concise</code> instead</li>
</ul>
<p>The following settings have moved and the previous name is
deprecated:</p>
<ul>
<li><code>ruff.allowed-confusables</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_allowed-confusables"><code>ruff.lint.allowed-confusables</code></a></li>
<li><code>ruff.dummy-variable-rgx</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_dummy-variable-rgx"><code>ruff.lint.dummy-variable-rgx</code></a></li>
<li><code>ruff.explicit-preview-rules</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_explicit-preview-rules"><code>ruff.lint.explicit-preview-rules</code></a></li>
<li><code>ruff.extend-fixable</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-fixable"><code>ruff.lint.extend-fixable</code></a></li>
<li><code>ruff.extend-ignore</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-ignore"><code>ruff.lint.extend-ignore</code></a></li>
<li><code>ruff.extend-per-file-ignores</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-per-file-ignores"><code>ruff.lint.extend-per-file-ignores</code></a></li>
<li><code>ruff.extend-safe-fixes</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-safe-fixes"><code>ruff.lint.extend-safe-fixes</code></a></li>
<li><code>ruff.extend-select</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-select"><code>ruff.lint.extend-select</code></a></li>
<li><code>ruff.extend-unfixable</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-unfixable"><code>ruff.lint.extend-unfixable</code></a></li>
<li><code>ruff.extend-unsafe-fixes</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_extend-unsafe-fixes"><code>ruff.lint.extend-unsafe-fixes</code></a></li>
<li><code>ruff.external</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_external"><code>ruff.lint.external</code></a></li>
<li><code>ruff.fixable</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_fixable"><code>ruff.lint.fixable</code></a></li>
<li><code>ruff.flake8-annotations</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-annotations"><code>ruff.lint.flake8-annotations</code></a></li>
<li><code>ruff.flake8-bandit</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-bandit"><code>ruff.lint.flake8-bandit</code></a></li>
<li><code>ruff.flake8-bugbear</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-bugbear"><code>ruff.lint.flake8-bugbear</code></a></li>
<li><code>ruff.flake8-builtins</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-builtins"><code>ruff.lint.flake8-builtins</code></a></li>
<li><code>ruff.flake8-comprehensions</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-comprehensions"><code>ruff.lint.flake8-comprehensions</code></a></li>
<li><code>ruff.flake8-copyright</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-copyright"><code>ruff.lint.flake8-copyright</code></a></li>
<li><code>ruff.flake8-errmsg</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-errmsg"><code>ruff.lint.flake8-errmsg</code></a></li>
<li><code>ruff.flake8-gettext</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-gettext"><code>ruff.lint.flake8-gettext</code></a></li>
<li><code>ruff.flake8-implicit-str-concat</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-implicit-str-concat"><code>ruff.lint.flake8-implicit-str-concat</code></a></li>
<li><code>ruff.flake8-import-conventions</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-import-conventions"><code>ruff.lint.flake8-import-conventions</code></a></li>
<li><code>ruff.flake8-pytest-style</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-pytest-style"><code>ruff.lint.flake8-pytest-style</code></a></li>
<li><code>ruff.flake8-quotes</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-quotes"><code>ruff.lint.flake8-quotes</code></a></li>
<li><code>ruff.flake8-self</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-self"><code>ruff.lint.flake8-self</code></a></li>
<li><code>ruff.flake8-tidy-imports</code> → <a
href="https://docs.astral.sh//ruff/settings/#lint_flake8-tidy-imports"><code>ruff.lint.flake8-tidy-imports</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/1fadefa67b26508cc59cf38e6130bde2243c929d"><code>1fadefa</code></a>
Bump version to 0.2.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9762">#9762</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/06ad687efd079f8d39c87d2be617898a89298808"><code>06ad687</code></a>
Deduplicate deprecation warnings for v0.2.0 release (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9764">#9764</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/148b64ead320accd3bf9d33a6d96129b30e413a7"><code>148b64e</code></a>
Fix issue where output format mode would not change to <code>full</code>
if preview mode...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/99eddbd2a06af6962cbe4473da01fa3fa039acb4"><code>99eddbd</code></a>
Remove stale preview documentation from stabilized rule behaviors (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9759">#9759</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/836d2eaa0128a3374463789a6beb20e85a89baae"><code>836d2ea</code></a>
Restore RUF011 documentation (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9758">#9758</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/994514d68613a5066efaee7a4f50417606a28d2c"><code>994514d</code></a>
Redirect <code>PHG001</code> to <code>S307</code> and
<code>PGH002</code> to <code>G010</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9756">#9756</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/a578414246d2534ce5c453e90a3eafa118cf1859"><code>a578414</code></a>
Redirect <code>TRY200</code> to <code>B904</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9755">#9755</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/0d752e56cd2a81360febe60778e870386d5cef3a"><code>0d752e5</code></a>
Add tests for redirected rules (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9754">#9754</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/46c0937bfad75a9232221e1a6393fad93ed36a73"><code>46c0937</code></a>
Use fake rules for testing deprecation and removal infrastructure (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9752">#9752</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e5008ca7140fb32cada795c5faa38ec60927b0db"><code>e5008ca</code></a>
Fix bug where selection included deprecated rules during preview (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9746">#9746</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.15...v0.2.0">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.15&new-version=0.2.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 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>
  • Loading branch information
dependabot[bot] committed Feb 2, 2024
1 parent f76c5bf commit 2f27544
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 @@ -116,24 +116,24 @@ python-lsp-jsonrpc==1.0.0 \
--hash=sha256:079b143be64b0a378bdb21dff5e28a8c1393fe7e8a654ef068322d754e545fc7 \
--hash=sha256:7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd
# via ruff-lsp (pyproject.toml)
ruff==0.1.15 \
--hash=sha256:1bab866aafb53da39c2cadfb8e1c4550ac5340bb40300083eb8967ba25481447 \
--hash=sha256:2417e1cb6e2068389b07e6fa74c306b2810fe3ee3476d5b8a96616633f40d14f \
--hash=sha256:3837ac73d869efc4182d9036b1405ef4c73d9b1f88da2413875e34e0d6919587 \
--hash=sha256:5fe8d54df166ecc24106db7dd6a68d44852d14eb0729ea4672bb4d96c320b7df \
--hash=sha256:6c629cf64bacfd136c07c78ac10a54578ec9d1bd2a9d395efbee0935868bf852 \
--hash=sha256:6f0bfbb53c4b4de117ac4d6ddfd33aa5fc31beeaa21d23c45c6dd249faf9126f \
--hash=sha256:6f8ad828f01e8dd32cc58bc28375150171d198491fc901f6f98d2a39ba8e3ff5 \
--hash=sha256:86811954eec63e9ea162af0ffa9f8d09088bab51b7438e8b6488b9401863c25e \
--hash=sha256:9405fa9ac0e97f35aaddf185a1be194a589424b8713e3b97b762336ec79ff807 \
--hash=sha256:9a933dfb1c14ec7a33cceb1e49ec4a16b51ce3c20fd42663198746efc0427360 \
--hash=sha256:abf4822129ed3a5ce54383d5f0e964e7fef74a41e48eb1dfad404151efc130a2 \
--hash=sha256:b17b93c02cdb6aeb696effecea1095ac93f3884a49a554a9afa76bb125c114c1 \
--hash=sha256:c66ec24fe36841636e814b8f90f572a8c0cb0e54d8b5c2d0e300d28a0d7bffec \
--hash=sha256:ddb87643be40f034e97e97f5bc2ef7ce39de20e34608f3f829db727a93fb82c5 \
--hash=sha256:e0d432aec35bfc0d800d4f70eba26e23a352386be3a6cf157083d18f6f5881c8 \
--hash=sha256:f6dfa8c1b21c913c326919056c390966648b680966febcb796cc9d1aaab8564e \
--hash=sha256:fd4025ac5e87d9b80e1f300207eb2fd099ff8200fa2320d7dc066a3f4622dc6b
ruff==0.2.0 \
--hash=sha256:30ad74687e1f4a9ff8e513b20b82ccadb6bd796fe5697f1e417189c5cde6be3e \
--hash=sha256:3826fb34c144ef1e171b323ed6ae9146ab76d109960addca730756dc19dc7b22 \
--hash=sha256:3d3c641f95f435fc6754b05591774a17df41648f0daf3de0d75ad3d9f099ab92 \
--hash=sha256:3fbaff1ba9564a2c5943f8f38bc221f04bac687cc7485e45237579fee7ccda79 \
--hash=sha256:3ff35433fcf4dff6d610738712152df6b7d92351a1bde8e00bd405b08b3d5759 \
--hash=sha256:63856b91837606c673537d2889989733d7dffde553828d3b0f0bacfa6def54be \
--hash=sha256:638ea3294f800d18bae84a492cb5a245c8d29c90d19a91d8e338937a4c27fca0 \
--hash=sha256:6d232f99d3ab00094ebaf88e0fb7a8ccacaa54cc7fa3b8993d9627a11e6aed7a \
--hash=sha256:8153a3e4128ed770871c47545f1ae7b055023e0c222ff72a759f5a341ee06483 \
--hash=sha256:87057dd2fdde297130ff99553be8549ca38a2965871462a97394c22ed2dfc19d \
--hash=sha256:a7e3818698f8460bd0f8d4322bbe99db8327e9bc2c93c789d3159f5b335f47da \
--hash=sha256:ba918e01cdd21e81b07555564f40d307b0caafa9a7a65742e98ff244f5035c59 \
--hash=sha256:bf9faafbdcf4f53917019f2c230766da437d4fd5caecd12ddb68bb6a17d74399 \
--hash=sha256:e155147199c2714ff52385b760fe242bb99ea64b240a9ffbd6a5918eb1268843 \
--hash=sha256:e8a75a98ae989a27090e9c51f763990ad5bbc92d20626d54e9701c7fe597f399 \
--hash=sha256:eceab7d85d09321b4de18b62d38710cf296cb49e98979960a59c6b9307c18cfe \
--hash=sha256:edf23041242c48b0d8295214783ef543847ef29e8226d9f69bf96592dba82a83
# 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 @@ -36,24 +36,24 @@ pygls==1.2.1 \
--hash=sha256:04f9b9c115b622dcc346fb390289066565343d60245a424eca77cb429b911ed8 \
--hash=sha256:7dcfcf12b6f15beb606afa46de2ed348b65a279c340ef2242a9a35c22eeafe94
# via ruff-lsp (pyproject.toml)
ruff==0.1.15 \
--hash=sha256:1bab866aafb53da39c2cadfb8e1c4550ac5340bb40300083eb8967ba25481447 \
--hash=sha256:2417e1cb6e2068389b07e6fa74c306b2810fe3ee3476d5b8a96616633f40d14f \
--hash=sha256:3837ac73d869efc4182d9036b1405ef4c73d9b1f88da2413875e34e0d6919587 \
--hash=sha256:5fe8d54df166ecc24106db7dd6a68d44852d14eb0729ea4672bb4d96c320b7df \
--hash=sha256:6c629cf64bacfd136c07c78ac10a54578ec9d1bd2a9d395efbee0935868bf852 \
--hash=sha256:6f0bfbb53c4b4de117ac4d6ddfd33aa5fc31beeaa21d23c45c6dd249faf9126f \
--hash=sha256:6f8ad828f01e8dd32cc58bc28375150171d198491fc901f6f98d2a39ba8e3ff5 \
--hash=sha256:86811954eec63e9ea162af0ffa9f8d09088bab51b7438e8b6488b9401863c25e \
--hash=sha256:9405fa9ac0e97f35aaddf185a1be194a589424b8713e3b97b762336ec79ff807 \
--hash=sha256:9a933dfb1c14ec7a33cceb1e49ec4a16b51ce3c20fd42663198746efc0427360 \
--hash=sha256:abf4822129ed3a5ce54383d5f0e964e7fef74a41e48eb1dfad404151efc130a2 \
--hash=sha256:b17b93c02cdb6aeb696effecea1095ac93f3884a49a554a9afa76bb125c114c1 \
--hash=sha256:c66ec24fe36841636e814b8f90f572a8c0cb0e54d8b5c2d0e300d28a0d7bffec \
--hash=sha256:ddb87643be40f034e97e97f5bc2ef7ce39de20e34608f3f829db727a93fb82c5 \
--hash=sha256:e0d432aec35bfc0d800d4f70eba26e23a352386be3a6cf157083d18f6f5881c8 \
--hash=sha256:f6dfa8c1b21c913c326919056c390966648b680966febcb796cc9d1aaab8564e \
--hash=sha256:fd4025ac5e87d9b80e1f300207eb2fd099ff8200fa2320d7dc066a3f4622dc6b
ruff==0.2.0 \
--hash=sha256:30ad74687e1f4a9ff8e513b20b82ccadb6bd796fe5697f1e417189c5cde6be3e \
--hash=sha256:3826fb34c144ef1e171b323ed6ae9146ab76d109960addca730756dc19dc7b22 \
--hash=sha256:3d3c641f95f435fc6754b05591774a17df41648f0daf3de0d75ad3d9f099ab92 \
--hash=sha256:3fbaff1ba9564a2c5943f8f38bc221f04bac687cc7485e45237579fee7ccda79 \
--hash=sha256:3ff35433fcf4dff6d610738712152df6b7d92351a1bde8e00bd405b08b3d5759 \
--hash=sha256:63856b91837606c673537d2889989733d7dffde553828d3b0f0bacfa6def54be \
--hash=sha256:638ea3294f800d18bae84a492cb5a245c8d29c90d19a91d8e338937a4c27fca0 \
--hash=sha256:6d232f99d3ab00094ebaf88e0fb7a8ccacaa54cc7fa3b8993d9627a11e6aed7a \
--hash=sha256:8153a3e4128ed770871c47545f1ae7b055023e0c222ff72a759f5a341ee06483 \
--hash=sha256:87057dd2fdde297130ff99553be8549ca38a2965871462a97394c22ed2dfc19d \
--hash=sha256:a7e3818698f8460bd0f8d4322bbe99db8327e9bc2c93c789d3159f5b335f47da \
--hash=sha256:ba918e01cdd21e81b07555564f40d307b0caafa9a7a65742e98ff244f5035c59 \
--hash=sha256:bf9faafbdcf4f53917019f2c230766da437d4fd5caecd12ddb68bb6a17d74399 \
--hash=sha256:e155147199c2714ff52385b760fe242bb99ea64b240a9ffbd6a5918eb1268843 \
--hash=sha256:e8a75a98ae989a27090e9c51f763990ad5bbc92d20626d54e9701c7fe597f399 \
--hash=sha256:eceab7d85d09321b4de18b62d38710cf296cb49e98979960a59c6b9307c18cfe \
--hash=sha256:edf23041242c48b0d8295214783ef543847ef29e8226d9f69bf96592dba82a83
# via ruff-lsp (pyproject.toml)
typing-extensions==4.7.1 \
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \
Expand Down

0 comments on commit 2f27544

Please sign in to comment.