mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 15:32:35 +02:00
build(deps-dev): bump ruff from 0.1.6 to 0.1.7 (#441)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7. <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.7</h2> <h2>Changes</h2> <h3>Preview features</h3> <ul> <li>Implement multiline dictionary and list hugging for preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8293">#8293</a>)</li> <li>Implement the <code>fix_power_op_line_length</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8947">#8947</a>)</li> <li>Use Python version to determine typing rewrite safety (<a href="https://redirect.github.com/astral-sh/ruff/pull/8919">#8919</a>)</li> <li>[<code>flake8-annotations</code>] Enable auto-return-type involving <code>Optional</code> and <code>Union</code> annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8885">#8885</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>django-raw-sql</code> (<code>S611</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8651">#8651</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>tarfile-unsafe-members</code> (<code>S202</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8829">#8829</a>)</li> <li>[<code>flake8-pyi</code>] Implement fix for <code>unnecessary-literal-union</code> (<code>PYI030</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7934">#7934</a>)</li> <li>[<code>flake8-simplify</code>] Extend <code>dict-get-with-none-default</code> (<code>SIM910</code>) to non-literals (<a href="https://redirect.github.com/astral-sh/ruff/pull/8762">#8762</a>)</li> <li>[<code>pylint</code>] - add <code>unnecessary-list-index-lookup</code> (<code>PLR1736</code>) + autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/7999">#7999</a>)</li> <li>[<code>pylint</code>] - implement R0202 and R0203 with autofixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/8335">#8335</a>)</li> <li>[<code>pylint</code>] Implement <code>repeated-keyword</code> (<code>PLE1132</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8706">#8706</a>)</li> <li>[<code>pylint</code>] Implement <code>too-many-positional</code> (<code>PLR0917</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8995">#8995</a>)</li> <li>[<code>pylint</code>] Implement <code>unnecessary-dict-index-lookup</code> (<code>PLR1733</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8036">#8036</a>)</li> <li>[<code>refurb</code>] Implement <code>redundant-log-base</code> (<code>FURB163</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8842">#8842</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Allow booleans in <code>@override</code> methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/8882">#8882</a>)</li> <li>[<code>flake8-bugbear</code>] Avoid <code>B015</code>,<code>B018</code> for last expression in a cell (<a href="https://redirect.github.com/astral-sh/ruff/pull/8815">#8815</a>)</li> <li>[<code>flake8-pie</code>] Allow ellipses for enum values in stub files (<a href="https://redirect.github.com/astral-sh/ruff/pull/8825">#8825</a>)</li> <li>[<code>flake8-pyi</code>] Check PEP 695 type aliases for <code>snake-case-type-alias</code> and <code>t-suffixed-type-alias</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8966">#8966</a>)</li> <li>[<code>flake8-pyi</code>] Check for kwarg and vararg <code>NoReturn</code> type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8948">#8948</a>)</li> <li>[<code>flake8-simplify</code>] Omit select context managers from <code>SIM117</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8801">#8801</a>)</li> <li>[<code>pep8-naming</code>] Allow Django model loads in <code>non-lowercase-variable-in-function</code> (<code>N806</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8917">#8917</a>)</li> <li>[<code>pycodestyle</code>] Avoid <code>E703</code> for last expression in a cell (<a href="https://redirect.github.com/astral-sh/ruff/pull/8821">#8821</a>)</li> <li>[<code>pycodestyle</code>] Update <code>E402</code> to work at cell level for notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8872">#8872</a>)</li> <li>[<code>pydocstyle</code>] Avoid <code>D100</code> for Jupyter Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8816">#8816</a>)</li> <li>[<code>pylint</code>] Implement fix for <code>unspecified-encoding</code> (<code>PLW1514</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8928">#8928</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Avoid unstable formatting in ellipsis-only body with trailing comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8984">#8984</a>)</li> <li>Inline trailing comments for type alias similar to assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8941">#8941</a>)</li> <li>Insert trailing comma when function breaks with single argument (<a href="https://redirect.github.com/astral-sh/ruff/pull/8921">#8921</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Update <code>ruff check</code> and <code>ruff format</code> to default to the current directory (<a href="https://redirect.github.com/astral-sh/ruff/pull/8791">#8791</a>)</li> <li>Stop at the first resolved parent configuration (<a href="https://redirect.github.com/astral-sh/ruff/pull/8864">#8864</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>pylint</code>] Default <code>max-positional-args</code> to <code>max-args</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8998">#8998</a>)</li> <li>[<code>pylint</code>] Add <code>allow-dunder-method-names</code> setting for <code>bad-dunder-method-name</code> (<code>PLW3201</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8812">#8812</a>)</li> <li>[<code>isort</code>] Add support for <code>from-first</code> setting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8663">#8663</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.7</h2> <h3>Preview features</h3> <ul> <li>Implement multiline dictionary and list hugging for preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8293">#8293</a>)</li> <li>Implement the <code>fix_power_op_line_length</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8947">#8947</a>)</li> <li>Use Python version to determine typing rewrite safety (<a href="https://redirect.github.com/astral-sh/ruff/pull/8919">#8919</a>)</li> <li>[<code>flake8-annotations</code>] Enable auto-return-type involving <code>Optional</code> and <code>Union</code> annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8885">#8885</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>django-raw-sql</code> (<code>S611</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8651">#8651</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>tarfile-unsafe-members</code> (<code>S202</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8829">#8829</a>)</li> <li>[<code>flake8-pyi</code>] Implement fix for <code>unnecessary-literal-union</code> (<code>PYI030</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7934">#7934</a>)</li> <li>[<code>flake8-simplify</code>] Extend <code>dict-get-with-none-default</code> (<code>SIM910</code>) to non-literals (<a href="https://redirect.github.com/astral-sh/ruff/pull/8762">#8762</a>)</li> <li>[<code>pylint</code>] - add <code>unnecessary-list-index-lookup</code> (<code>PLR1736</code>) + autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/7999">#7999</a>)</li> <li>[<code>pylint</code>] - implement R0202 and R0203 with autofixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/8335">#8335</a>)</li> <li>[<code>pylint</code>] Implement <code>repeated-keyword</code> (<code>PLe1132</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8706">#8706</a>)</li> <li>[<code>pylint</code>] Implement <code>too-many-positional</code> (<code>PLR0917</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8995">#8995</a>)</li> <li>[<code>pylint</code>] Implement <code>unnecessary-dict-index-lookup</code> (<code>PLR1733</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8036">#8036</a>)</li> <li>[<code>refurb</code>] Implement <code>redundant-log-base</code> (<code>FURB163</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8842">#8842</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Allow booleans in <code>@override</code> methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/8882">#8882</a>)</li> <li>[<code>flake8-bugbear</code>] Avoid <code>B015</code>,<code>B018</code> for last expression in a cell (<a href="https://redirect.github.com/astral-sh/ruff/pull/8815">#8815</a>)</li> <li>[<code>flake8-pie</code>] Allow ellipses for enum values in stub files (<a href="https://redirect.github.com/astral-sh/ruff/pull/8825">#8825</a>)</li> <li>[<code>flake8-pyi</code>] Check PEP 695 type aliases for <code>snake-case-type-alias</code> and <code>t-suffixed-type-alias</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8966">#8966</a>)</li> <li>[<code>flake8-pyi</code>] Check for kwarg and vararg <code>NoReturn</code> type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8948">#8948</a>)</li> <li>[<code>flake8-simplify</code>] Omit select context managers from <code>SIM117</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8801">#8801</a>)</li> <li>[<code>pep8-naming</code>] Allow Django model loads in <code>non-lowercase-variable-in-function</code> (<code>N806</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8917">#8917</a>)</li> <li>[<code>pycodestyle</code>] Avoid <code>E703</code> for last expression in a cell (<a href="https://redirect.github.com/astral-sh/ruff/pull/8821">#8821</a>)</li> <li>[<code>pycodestyle</code>] Update <code>E402</code> to work at cell level for notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8872">#8872</a>)</li> <li>[<code>pydocstyle</code>] Avoid <code>D100</code> for Jupyter Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8816">#8816</a>)</li> <li>[<code>pylint</code>] Implement fix for <code>unspecified-encoding</code> (<code>PLW1514</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8928">#8928</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Avoid unstable formatting in ellipsis-only body with trailing comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8984">#8984</a>)</li> <li>Inline trailing comments for type alias similar to assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8941">#8941</a>)</li> <li>Insert trailing comma when function breaks with single argument (<a href="https://redirect.github.com/astral-sh/ruff/pull/8921">#8921</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Update <code>ruff check</code> and <code>ruff format</code> to default to the current directory (<a href="https://redirect.github.com/astral-sh/ruff/pull/8791">#8791</a>)</li> <li>Stop at the first resolved parent configuration (<a href="https://redirect.github.com/astral-sh/ruff/pull/8864">#8864</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>pylint</code>] Default <code>max-positional-args</code> to <code>max-args</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8998">#8998</a>)</li> <li>[<code>pylint</code>] Add <code>allow-dunder-method-names</code> setting for <code>bad-dunder-method-name</code> (<code>PLW3201</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8812">#8812</a>)</li> <li>[<code>isort</code>] Add support for <code>from-first</code> setting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8663">#8663</a>)</li> <li>[<code>isort</code>] Add support for <code>length-sort</code> settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8841">#8841</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="8d9912a83a
"><code>8d9912a</code></a> Bump version to v0.1.7 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8999">#8999</a>)</li> <li><a href="93258e8d5b
"><code>93258e8</code></a> Default <code>max-positional-args</code> to <code>max-args</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/8998">#8998</a>)</li> <li><a href="b90027d037
"><code>b90027d</code></a> [<code>pylint</code>] Implement <code>too-many-positional</code> (<code>PLR0917</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/8995">#8995</a>)</li> <li><a href="060a25df09
"><code>060a25d</code></a> Rename semantic model flag <code>LITERAL</code> to <code>TYPING_LITERAL</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/8997">#8997</a>)</li> <li><a href="f5d4676c13
"><code>f5d4676</code></a> Bump ureq from 2.8.0 to 2.9.1 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8993">#8993</a>)</li> <li><a href="df69dc9f8d
"><code>df69dc9</code></a> Bump url from 2.4.1 to 2.5.0 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8994">#8994</a>)</li> <li><a href="cb6c37abd9
"><code>cb6c37a</code></a> Bump js-sys from 0.3.65 to 0.3.66 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8992">#8992</a>)</li> <li><a href="54de990621
"><code>54de990</code></a> Bump fs-err from 2.10.0 to 2.11.0 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8991">#8991</a>)</li> <li><a href="b91b09b961
"><code>b91b09b</code></a> Bump schemars from 0.8.15 to 0.8.16 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8990">#8990</a>)</li> <li><a href="0bda1913d1
"><code>0bda191</code></a> Create dedicated <code>is_*_enabled</code> functions for each preview style (<a href="https://redirect.github.com/astral-sh/ruff/issues/8988">#8988</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.1.6...v0.1.7">compare view</a></li> </ul> </details> <br /> [](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:
commit
9140fc84bc
36
poetry.lock
generated
36
poetry.lock
generated
@ -5578,28 +5578,28 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "ruff"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
description = "An extremely fast Python linter and code formatter, written in Rust."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{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"},
|
||||
{file = "ruff-0.1.7-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:7f80496854fdc65b6659c271d2c26e90d4d401e6a4a31908e7e334fab4645aac"},
|
||||
{file = "ruff-0.1.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:1ea109bdb23c2a4413f397ebd8ac32cb498bee234d4191ae1a310af760e5d287"},
|
||||
{file = "ruff-0.1.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b0c2de9dd9daf5e07624c24add25c3a490dbf74b0e9bca4145c632457b3b42a"},
|
||||
{file = "ruff-0.1.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:69a4bed13bc1d5dabf3902522b5a2aadfebe28226c6269694283c3b0cecb45fd"},
|
||||
{file = "ruff-0.1.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:de02ca331f2143195a712983a57137c5ec0f10acc4aa81f7c1f86519e52b92a1"},
|
||||
{file = "ruff-0.1.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:45b38c3f8788a65e6a2cab02e0f7adfa88872696839d9882c13b7e2f35d64c5f"},
|
||||
{file = "ruff-0.1.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c64cb67b2025b1ac6d58e5ffca8f7b3f7fd921f35e78198411237e4f0db8e73"},
|
||||
{file = "ruff-0.1.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9dcc6bb2f4df59cb5b4b40ff14be7d57012179d69c6565c1da0d1f013d29951b"},
|
||||
{file = "ruff-0.1.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:df2bb4bb6bbe921f6b4f5b6fdd8d8468c940731cb9406f274ae8c5ed7a78c478"},
|
||||
{file = "ruff-0.1.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:276a89bcb149b3d8c1b11d91aa81898fe698900ed553a08129b38d9d6570e717"},
|
||||
{file = "ruff-0.1.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:90c958fe950735041f1c80d21b42184f1072cc3975d05e736e8d66fc377119ea"},
|
||||
{file = "ruff-0.1.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6b05e3b123f93bb4146a761b7a7d57af8cb7384ccb2502d29d736eaade0db519"},
|
||||
{file = "ruff-0.1.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:290ecab680dce94affebefe0bbca2322a6277e83d4f29234627e0f8f6b4fa9ce"},
|
||||
{file = "ruff-0.1.7-py3-none-win32.whl", hash = "sha256:416dfd0bd45d1a2baa3b1b07b1b9758e7d993c256d3e51dc6e03a5e7901c7d80"},
|
||||
{file = "ruff-0.1.7-py3-none-win_amd64.whl", hash = "sha256:4af95fd1d3b001fc41325064336db36e3d27d2004cdb6d21fd617d45a172dd96"},
|
||||
{file = "ruff-0.1.7-py3-none-win_arm64.whl", hash = "sha256:0683b7bfbb95e6df3c7c04fe9d78f631f8e8ba4868dfc932d43d690698057e2e"},
|
||||
{file = "ruff-0.1.7.tar.gz", hash = "sha256:dffd699d07abf54833e5f6cc50b85a6ff043715da8788c4a79bcd4ab4734d306"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user