build(deps-dev): bump ruff from 0.1.5 to 0.1.6 (#410)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.5 to 0.1.6.
<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.6</h2>
<h2>Changes</h2>
<h2>0.1.6</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-boolean-trap</code>] Extend
<code>boolean-type-hint-positional-argument</code> (<code>FBT001</code>)
to include booleans in unions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7501">#7501</a>)</li>
<li>[<code>flake8-pie</code>] Extend
<code>reimplemented-list-builtin</code> (<code>PIE807</code>) to
<code>dict</code> reimplementations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8608">#8608</a>)</li>
<li>[<code>flake8-pie</code>] Extend <code>unnecessary-pass</code>
(<code>PIE790</code>) to include ellipses (<code>...</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8641">#8641</a>)</li>
<li>[<code>flake8-pie</code>] Implement fix for
<code>unnecessary-spread</code> (<code>PIE800</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8668">#8668</a>)</li>
<li>[<code>flake8-quotes</code>] Implement
<code>unnecessary-escaped-quote</code> (<code>Q004</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8630">#8630</a>)</li>
<li>[<code>pycodestyle</code>] Implement fix for
<code>multiple-spaces-after-keyword</code> (<code>E271</code>) and
<code>multiple-spaces-before-keyword</code> (<code>E272</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8622">#8622</a>)</li>
<li>[<code>pycodestyle</code>] Implement fix for
<code>multiple-spaces-after-operator</code> (<code>E222</code>) and
<code>multiple-spaces-before-operator</code> (<code>E221</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8623">#8623</a>)</li>
<li>[<code>pyflakes</code>] Extend <code>is-literal</code>
(<code>F632</code>) to include comparisons against mutable initializers
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8607">#8607</a>)</li>
<li>[<code>pylint</code>] Implement
<code>redefined-argument-from-local</code> (<code>PLR1704</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8159">#8159</a>)</li>
<li>[<code>pylint</code>] Implement fix for
<code>unnecessary-lambda</code> (<code>PLW0108</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8621">#8621</a>)</li>
<li>[<code>refurb</code>] Implement <code>if-expr-min-max</code>
(<code>FURB136</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8664">#8664</a>)</li>
<li>[<code>refurb</code>] Implement <code>math-constant</code>
(<code>FURB152</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8727">#8727</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-annotations</code>] Add autotyping-like return type
inference for annotation rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8643">#8643</a>)</li>
<li>[<code>flake8-future-annotations</code>] Implement fix for
<code>future-required-type-annotation</code> (<code>FA102</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8711">#8711</a>)</li>
<li>[<code>flake8-implicit-namespace-package</code>] Avoid missing
namespace violations in scripts with shebangs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8710">#8710</a>)</li>
<li>[<code>pydocstyle</code>] Update <code>over-indentation</code>
(<code>D208</code>) to preserve indentation offsets when fixing
overindented lines (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8699">#8699</a>)</li>
<li>[<code>pyupgrade</code>] Refine <code>timeout-error-alias</code>
(<code>UP041</code>) to remove false positives (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8587">#8587</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix instability in <code>await</code> formatting with fluent style
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8676">#8676</a>)</li>
<li>Compare formatted and unformatted ASTs during formatter tests (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8624">#8624</a>)</li>
<li>Preserve trailing semicolon for Notebooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8590">#8590</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Improve debug printing for resolving origin of config settings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8729">#8729</a>)</li>
<li>Write unchanged, excluded files to stdout when read via stdin (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8596">#8596</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>[<code>isort</code>] Support disabling sections with
<code>no-sections = true</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8657">#8657</a>)</li>
<li>[<code>pep8-naming</code>] Support local and dynamic class- and
static-method decorators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8592">#8592</a>)</li>
<li>[<code>pydocstyle</code>] Allow overriding pydocstyle convention
rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8586">#8586</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid syntax error via importing <code>trio.lowlevel</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8730">#8730</a>)</li>
<li>Omit unrolled augmented assignments in <code>PIE794</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8634">#8634</a>)</li>
<li>Slice source code instead of generating it for <code>EM</code> fixes
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/7746">#7746</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.6</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-boolean-trap</code>] Extend
<code>boolean-type-hint-positional-argument</code> (<code>FBT001</code>)
to include booleans in unions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7501">#7501</a>)</li>
<li>[<code>flake8-pie</code>] Extend
<code>reimplemented-list-builtin</code> (<code>PIE807</code>) to
<code>dict</code> reimplementations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8608">#8608</a>)</li>
<li>[<code>flake8-pie</code>] Extend <code>unnecessary-pass</code>
(<code>PIE790</code>) to include ellipses (<code>...</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8641">#8641</a>)</li>
<li>[<code>flake8-pie</code>] Implement fix for
<code>unnecessary-spread</code> (<code>PIE800</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8668">#8668</a>)</li>
<li>[<code>flake8-quotes</code>] Implement
<code>unnecessary-escaped-quote</code> (<code>Q004</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8630">#8630</a>)</li>
<li>[<code>pycodestyle</code>] Implement fix for
<code>multiple-spaces-after-keyword</code> (<code>E271</code>) and
<code>multiple-spaces-before-keyword</code> (<code>E272</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8622">#8622</a>)</li>
<li>[<code>pycodestyle</code>] Implement fix for
<code>multiple-spaces-after-operator</code> (<code>E222</code>) and
<code>multiple-spaces-before-operator</code> (<code>E221</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8623">#8623</a>)</li>
<li>[<code>pyflakes</code>] Extend <code>is-literal</code>
(<code>F632</code>) to include comparisons against mutable initializers
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8607">#8607</a>)</li>
<li>[<code>pylint</code>] Implement
<code>redefined-argument-from-local</code> (<code>PLR1704</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8159">#8159</a>)</li>
<li>[<code>pylint</code>] Implement fix for
<code>unnecessary-lambda</code> (<code>PLW0108</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8621">#8621</a>)</li>
<li>[<code>refurb</code>] Implement <code>if-expr-min-max</code>
(<code>FURB136</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8664">#8664</a>)</li>
<li>[<code>refurb</code>] Implement <code>math-constant</code>
(<code>FURB152</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8727">#8727</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-annotations</code>] Add autotyping-like return type
inference for annotation rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8643">#8643</a>)</li>
<li>[<code>flake8-future-annotations</code>] Implement fix for
<code>future-required-type-annotation</code> (<code>FA102</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8711">#8711</a>)</li>
<li>[<code>flake8-implicit-namespace-package</code>] Avoid missing
namespace violations in scripts with shebangs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8710">#8710</a>)</li>
<li>[<code>pydocstyle</code>] Update <code>over-indentation</code>
(<code>D208</code>) to preserve indentation offsets when fixing
overindented lines (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8699">#8699</a>)</li>
<li>[<code>pyupgrade</code>] Refine <code>timeout-error-alias</code>
(<code>UP041</code>) to remove false positives (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8587">#8587</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix instability in <code>await</code> formatting with fluent style
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8676">#8676</a>)</li>
<li>Compare formatted and unformatted ASTs during formatter tests (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8624">#8624</a>)</li>
<li>Preserve trailing semicolon for Notebooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8590">#8590</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Improve debug printing for resolving origin of config settings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8729">#8729</a>)</li>
<li>Write unchanged, excluded files to stdout when read via stdin (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8596">#8596</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>[<code>isort</code>] Support disabling sections with
<code>no-sections = true</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8657">#8657</a>)</li>
<li>[<code>pep8-naming</code>] Support local and dynamic class- and
static-method decorators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8592">#8592</a>)</li>
<li>[<code>pydocstyle</code>] Allow overriding pydocstyle convention
rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8586">#8586</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid syntax error via importing <code>trio.lowlevel</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8730">#8730</a>)</li>
<li>Omit unrolled augmented assignments in <code>PIE794</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8634">#8634</a>)</li>
<li>Slice source code instead of generating it for <code>EM</code> fixes
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/7746">#7746</a>)</li>
<li>Allow whitespace around colon in slices for
<code>whitespace-before-punctuation</code> (<code>E203</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8654">#8654</a>)</li>
<li>Use function range for <code>no-self-use</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8637">#8637</a>)</li>
<li>F-strings doesn't contain bytes literal for <code>PLW0129</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8675">#8675</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f460f9c5c0"><code>f460f9c</code></a>
Bump version to v0.1.6 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8744">#8744</a>)</li>
<li><a
href="2faac1e7a8"><code>2faac1e</code></a>
[<code>refurb</code>] Implement <code>math-constant</code>
(<code>FURB152</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8727">#8727</a>)</li>
<li><a
href="b7dbb9062c"><code>b7dbb90</code></a>
Remove incorrect deprecation label for stdout and stderr (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8743">#8743</a>)</li>
<li><a
href="66794bc9fe"><code>66794bc</code></a>
Remove erroneous bad-dunder-name reference (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8742">#8742</a>)</li>
<li><a
href="dca430f4d2"><code>dca430f</code></a>
Fix instability with await fluent style (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8676">#8676</a>)</li>
<li><a
href="841e6c889e"><code>841e6c8</code></a>
Add River in &quot;Who's Using Ruff?&quot; section (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8740">#8740</a>)</li>
<li><a
href="bd99175fea"><code>bd99175</code></a>
Update <code>D208</code> to preserve indentation offsets when fixing
overindented lines ...</li>
<li><a
href="4c86b155f2"><code>4c86b15</code></a>
Fix typo (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8735">#8735</a>)</li>
<li><a
href="e2109c1353"><code>e2109c1</code></a>
Improve debug printing for resolving origin of config settings (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8729">#8729</a>)</li>
<li><a
href="1fcccf82fc"><code>1fcccf8</code></a>
Avoid syntax error via importing trio.lowlevel (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8730">#8730</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.5...v0.1.6">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.5&new-version=0.1.6)](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>
This commit is contained in:
github-actions[bot] 2023-11-20 19:40:54 +00:00 committed by GitHub
commit c11aeb5dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
poetry.lock generated
View File

@ -5427,28 +5427,28 @@ files = [
[[package]]
name = "ruff"
version = "0.1.5"
version = "0.1.6"
description = "An extremely fast Python linter and code formatter, written in Rust."
optional = false
python-versions = ">=3.7"
files = [
{file = "ruff-0.1.5-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:32d47fc69261c21a4c48916f16ca272bf2f273eb635d91c65d5cd548bf1f3d96"},
{file = "ruff-0.1.5-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:171276c1df6c07fa0597fb946139ced1c2978f4f0b8254f201281729981f3c17"},
{file = "ruff-0.1.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:17ef33cd0bb7316ca65649fc748acc1406dfa4da96a3d0cde6d52f2e866c7b39"},
{file = "ruff-0.1.5-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b2c205827b3f8c13b4a432e9585750b93fd907986fe1aec62b2a02cf4401eee6"},
{file = "ruff-0.1.5-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bb408e3a2ad8f6881d0f2e7ad70cddb3ed9f200eb3517a91a245bbe27101d379"},
{file = "ruff-0.1.5-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:f20dc5e5905ddb407060ca27267c7174f532375c08076d1a953cf7bb016f5a24"},
{file = "ruff-0.1.5-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aafb9d2b671ed934998e881e2c0f5845a4295e84e719359c71c39a5363cccc91"},
{file = "ruff-0.1.5-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a4894dddb476597a0ba4473d72a23151b8b3b0b5f958f2cf4d3f1c572cdb7af7"},
{file = "ruff-0.1.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a00a7ec893f665ed60008c70fe9eeb58d210e6b4d83ec6654a9904871f982a2a"},
{file = "ruff-0.1.5-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:a8c11206b47f283cbda399a654fd0178d7a389e631f19f51da15cbe631480c5b"},
{file = "ruff-0.1.5-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:fa29e67b3284b9a79b1a85ee66e293a94ac6b7bb068b307a8a373c3d343aa8ec"},
{file = "ruff-0.1.5-py3-none-musllinux_1_2_i686.whl", hash = "sha256:9b97fd6da44d6cceb188147b68db69a5741fbc736465b5cea3928fdac0bc1aeb"},
{file = "ruff-0.1.5-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:721f4b9d3b4161df8dc9f09aa8562e39d14e55a4dbaa451a8e55bdc9590e20f4"},
{file = "ruff-0.1.5-py3-none-win32.whl", hash = "sha256:f80c73bba6bc69e4fdc73b3991db0b546ce641bdcd5b07210b8ad6f64c79f1ab"},
{file = "ruff-0.1.5-py3-none-win_amd64.whl", hash = "sha256:c21fe20ee7d76206d290a76271c1af7a5096bc4c73ab9383ed2ad35f852a0087"},
{file = "ruff-0.1.5-py3-none-win_arm64.whl", hash = "sha256:82bfcb9927e88c1ed50f49ac6c9728dab3ea451212693fe40d08d314663e412f"},
{file = "ruff-0.1.5.tar.gz", hash = "sha256:5cbec0ef2ae1748fb194f420fb03fb2c25c3258c86129af7172ff8f198f125ab"},
{file = "ruff-0.1.6-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:88b8cdf6abf98130991cbc9f6438f35f6e8d41a02622cc5ee130a02a0ed28703"},
{file = "ruff-0.1.6-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:5c549ed437680b6105a1299d2cd30e4964211606eeb48a0ff7a93ef70b902248"},
{file = "ruff-0.1.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1cf5f701062e294f2167e66d11b092bba7af6a057668ed618a9253e1e90cfd76"},
{file = "ruff-0.1.6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:05991ee20d4ac4bb78385360c684e4b417edd971030ab12a4fbd075ff535050e"},
{file = "ruff-0.1.6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:87455a0c1f739b3c069e2f4c43b66479a54dea0276dd5d4d67b091265f6fd1dc"},
{file = "ruff-0.1.6-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:683aa5bdda5a48cb8266fcde8eea2a6af4e5700a392c56ea5fb5f0d4bfdc0240"},
{file = "ruff-0.1.6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:137852105586dcbf80c1717facb6781555c4e99f520c9c827bd414fac67ddfb6"},
{file = "ruff-0.1.6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bd98138a98d48a1c36c394fd6b84cd943ac92a08278aa8ac8c0fdefcf7138f35"},
{file = "ruff-0.1.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a0cd909d25f227ac5c36d4e7e681577275fb74ba3b11d288aff7ec47e3ae745"},
{file = "ruff-0.1.6-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:e8fd1c62a47aa88a02707b5dd20c5ff20d035d634aa74826b42a1da77861b5ff"},
{file = "ruff-0.1.6-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:fd89b45d374935829134a082617954120d7a1470a9f0ec0e7f3ead983edc48cc"},
{file = "ruff-0.1.6-py3-none-musllinux_1_2_i686.whl", hash = "sha256:491262006e92f825b145cd1e52948073c56560243b55fb3b4ecb142f6f0e9543"},
{file = "ruff-0.1.6-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:ea284789861b8b5ca9d5443591a92a397ac183d4351882ab52f6296b4fdd5462"},
{file = "ruff-0.1.6-py3-none-win32.whl", hash = "sha256:1610e14750826dfc207ccbcdd7331b6bd285607d4181df9c1c6ae26646d6848a"},
{file = "ruff-0.1.6-py3-none-win_amd64.whl", hash = "sha256:4558b3e178145491e9bc3b2ee3c4b42f19d19384eaa5c59d10acf6e8f8b57e33"},
{file = "ruff-0.1.6-py3-none-win_arm64.whl", hash = "sha256:03910e81df0d8db0e30050725a5802441c2022ea3ae4fe0609b76081731accbc"},
{file = "ruff-0.1.6.tar.gz", hash = "sha256:1b09f29b16c6ead5ea6b097ef2764b42372aebe363722f1605ecbcd2b9207184"},
]
[[package]]