mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-13 16:18:46 +02:00
build(deps-dev): bump ruff from 0.1.7 to 0.1.8 (#455)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.7 to 0.1.8. <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.8</h2> <h2>Changes</h2> <p>This release includes opt-in support for formatting Python snippets within docstrings via the <code>docstring-code-format</code> setting. <a href="https://astral.sh/blog/ruff-v0.1.8">Check out the blog post</a> for more details!</p> <h3>Preview features</h3> <ul> <li>Add <code>"preserve"</code> quote-style to mimic Black's skip-string-normalization (<a href="https://redirect.github.com/astral-sh/ruff/pull/8822">#8822</a>)</li> <li>Implement <code>prefer_splitting_right_hand_side_of_assignments</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8943">#8943</a>)</li> <li>[<code>pycodestyle</code>] Add fix for <code>unexpected-spaces-around-keyword-parameter-equals</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9072">#9072</a>)</li> <li>[<code>pycodestyle</code>] Add fix for comment-related whitespace rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/9075">#9075</a>)</li> <li>[<code>pycodestyle</code>] Allow <code>sys.path</code> modifications between imports (<a href="https://redirect.github.com/astral-sh/ruff/pull/9047">#9047</a>)</li> <li>[<code>refurb</code>] Implement <code>hashlib-digest-hex</code> (<code>FURB181</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9077">#9077</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Allow <code>flake8-type-checking</code> rules to automatically quote runtime-evaluated references (<a href="https://redirect.github.com/astral-sh/ruff/pull/6001">#6001</a>)</li> <li>Allow transparent cell magics in Jupyter Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8911">#8911</a>)</li> <li>[<code>flake8-annotations</code>] Avoid <code>ANN2xx</code> fixes for abstract methods with empty bodies (<a href="https://redirect.github.com/astral-sh/ruff/pull/9034">#9034</a>)</li> <li>[<code>flake8-self</code>] Ignore underscore references in type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9036">#9036</a>)</li> <li>[<code>pep8-naming</code>] Allow class names when <code>apps.get_model</code> is a non-string (<a href="https://redirect.github.com/astral-sh/ruff/pull/9065">#9065</a>)</li> <li>[<code>pycodestyle</code>] Allow <code>matplotlib.use</code> calls to intersperse imports (<a href="https://redirect.github.com/astral-sh/ruff/pull/9094">#9094</a>)</li> <li>[<code>pyflakes</code>] Support fixing unused assignments in tuples by renaming variables (<code>F841</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9107">#9107</a>)</li> <li>[<code>pylint</code>] Add fix for <code>subprocess-run-without-check</code> (<code>PLW1510</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/6708">#6708</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Add <code>docstring-code-format</code> knob to enable docstring snippet formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8854">#8854</a>)</li> <li>Use double quotes for all docstrings, including single-quoted docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/9020">#9020</a>)</li> <li>Implement "dynamic" line width mode for docstring code formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/9098">#9098</a>)</li> <li>Support reformatting Markdown code blocks (<a href="https://redirect.github.com/astral-sh/ruff/pull/9030">#9030</a>)</li> <li>add support for formatting reStructuredText code snippets (<a href="https://redirect.github.com/astral-sh/ruff/pull/9003">#9003</a>)</li> <li>Avoid trailing comma for single-argument with positional separator (<a href="https://redirect.github.com/astral-sh/ruff/pull/9076">#9076</a>)</li> <li>Fix handling of trailing target comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/9051">#9051</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Hide unsafe fix suggestions when explicitly disabled (<a href="https://redirect.github.com/astral-sh/ruff/pull/9095">#9095</a>)</li> <li>Add SARIF support to <code>--output-format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9078">#9078</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Apply unnecessary index rule prior to enumerate rewrite (<a href="https://redirect.github.com/astral-sh/ruff/pull/9012">#9012</a>)</li> <li>[<code>flake8-err-msg</code>] Allow <code>EM</code> fixes even if <code>msg</code> variable is defined (<a href="https://redirect.github.com/astral-sh/ruff/pull/9059">#9059</a>)</li> <li>[<code>flake8-pie</code>] Prevent keyword arguments duplication (<a href="https://redirect.github.com/astral-sh/ruff/pull/8450">#8450</a>)</li> <li>[<code>flake8-pie</code>] Respect trailing comma in <code>unnecessary-dict-kwargs</code> (<code>PIE804</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9015">#9015</a>)</li> <li>[<code>flake8-raise</code>] Avoid removing parentheses on ctypes.WinError (<a href="https://redirect.github.com/astral-sh/ruff/pull/9027">#9027</a>)</li> <li>[<code>isort</code>] Avoid invalid combination of <code>force-sort-within-types</code> and <code>lines-between-types</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9041">#9041</a>)</li> <li>[<code>isort</code>] Ensure that from-style imports are always ordered first in <code>__future__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9039">#9039</a>)</li> <li>[<code>pycodestyle</code>] Allow tab indentation before keyword (<a href="https://redirect.github.com/astral-sh/ruff/pull/9099">#9099</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.8</h2> <p>This release includes opt-in support for formatting Python snippets within docstrings via the <code>docstring-code-format</code> setting. <a href="https://astral.sh/blog/ruff-v0.1.8">Check out the blog post</a> for more details!</p> <h3>Preview features</h3> <ul> <li>Add <code>"preserve"</code> quote-style to mimic Black's skip-string-normalization (<a href="https://redirect.github.com/astral-sh/ruff/pull/8822">#8822</a>)</li> <li>Implement <code>prefer_splitting_right_hand_side_of_assignments</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8943">#8943</a>)</li> <li>[<code>pycodestyle</code>] Add fix for <code>unexpected-spaces-around-keyword-parameter-equals</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9072">#9072</a>)</li> <li>[<code>pycodestyle</code>] Add fix for comment-related whitespace rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/9075">#9075</a>)</li> <li>[<code>pycodestyle</code>] Allow <code>sys.path</code> modifications between imports (<a href="https://redirect.github.com/astral-sh/ruff/pull/9047">#9047</a>)</li> <li>[<code>refurb</code>] Implement <code>hashlib-digest-hex</code> (<code>FURB181</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9077">#9077</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Allow <code>flake8-type-checking</code> rules to automatically quote runtime-evaluated references (<a href="https://redirect.github.com/astral-sh/ruff/pull/6001">#6001</a>)</li> <li>Allow transparent cell magics in Jupyter Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8911">#8911</a>)</li> <li>[<code>flake8-annotations</code>] Avoid <code>ANN2xx</code> fixes for abstract methods with empty bodies (<a href="https://redirect.github.com/astral-sh/ruff/pull/9034">#9034</a>)</li> <li>[<code>flake8-self</code>] Ignore underscore references in type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9036">#9036</a>)</li> <li>[<code>pep8-naming</code>] Allow class names when <code>apps.get_model</code> is a non-string (<a href="https://redirect.github.com/astral-sh/ruff/pull/9065">#9065</a>)</li> <li>[<code>pycodestyle</code>] Allow <code>matplotlib.use</code> calls to intersperse imports (<a href="https://redirect.github.com/astral-sh/ruff/pull/9094">#9094</a>)</li> <li>[<code>pyflakes</code>] Support fixing unused assignments in tuples by renaming variables (<code>F841</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9107">#9107</a>)</li> <li>[<code>pylint</code>] Add fix for <code>subprocess-run-without-check</code> (<code>PLW1510</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/6708">#6708</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Add <code>docstring-code-format</code> knob to enable docstring snippet formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8854">#8854</a>)</li> <li>Use double quotes for all docstrings, including single-quoted docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/9020">#9020</a>)</li> <li>Implement "dynamic" line width mode for docstring code formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/9098">#9098</a>)</li> <li>Support reformatting Markdown code blocks (<a href="https://redirect.github.com/astral-sh/ruff/pull/9030">#9030</a>)</li> <li>add support for formatting reStructuredText code snippets (<a href="https://redirect.github.com/astral-sh/ruff/pull/9003">#9003</a>)</li> <li>Avoid trailing comma for single-argument with positional separator (<a href="https://redirect.github.com/astral-sh/ruff/pull/9076">#9076</a>)</li> <li>Fix handling of trailing target comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/9051">#9051</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Hide unsafe fix suggestions when explicitly disabled (<a href="https://redirect.github.com/astral-sh/ruff/pull/9095">#9095</a>)</li> <li>Add SARIF support to <code>--output-format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9078">#9078</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Apply unnecessary index rule prior to enumerate rewrite (<a href="https://redirect.github.com/astral-sh/ruff/pull/9012">#9012</a>)</li> <li>[<code>flake8-err-msg</code>] Allow <code>EM</code> fixes even if <code>msg</code> variable is defined (<a href="https://redirect.github.com/astral-sh/ruff/pull/9059">#9059</a>)</li> <li>[<code>flake8-pie</code>] Prevent keyword arguments duplication (<a href="https://redirect.github.com/astral-sh/ruff/pull/8450">#8450</a>)</li> <li>[<code>flake8-pie</code>] Respect trailing comma in <code>unnecessary-dict-kwargs</code> (<code>PIE804</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9015">#9015</a>)</li> <li>[<code>flake8-raise</code>] Avoid removing parentheses on ctypes.WinError (<a href="https://redirect.github.com/astral-sh/ruff/pull/9027">#9027</a>)</li> <li>[<code>isort</code>] Avoid invalid combination of <code>force-sort-within-types</code> and <code>lines-between-types</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9041">#9041</a>)</li> <li>[<code>isort</code>] Ensure that from-style imports are always ordered first in <code>__future__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9039">#9039</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="c014622003
"><code>c014622</code></a> Bump version to v0.1.8 (<a href="https://redirect.github.com/astral-sh/ruff/issues/9116">#9116</a>)</li> <li><a href="b6fb972e6f
"><code>b6fb972</code></a> config: add new <code>docstring-code-format</code> knob (<a href="https://redirect.github.com/astral-sh/ruff/issues/8854">#8854</a>)</li> <li><a href="18452cf477
"><code>18452cf</code></a> Add <code>as_slice</code> method for all string nodes (<a href="https://redirect.github.com/astral-sh/ruff/issues/9111">#9111</a>)</li> <li><a href="cb99815c3e
"><code>cb99815</code></a> Feature: Add SARIF output support (<a href="https://redirect.github.com/astral-sh/ruff/issues/9078">#9078</a>)</li> <li><a href="45f603000d
"><code>45f6030</code></a> <code>prefer_splitting_right_hand_side_of_assignments</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/issues/8943">#8943</a>)</li> <li><a href="1a65e544c5
"><code>1a65e54</code></a> Allow <code>flake8-type-checking</code> rules to automatically quote runtime-evaluated r...</li> <li><a href="4d2ee5bf98
"><code>4d2ee5b</code></a> Add named expression handling to <code>find_assigned_value</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/9109">#9109</a>)</li> <li><a href="8314c8bb05
"><code>8314c8b</code></a> [<code>typing</code>] Add <code>find_assigned_value</code> helper func to <code>typing.rs</code> to retrieve v...</li> <li><a href="cb201bc4a5
"><code>cb201bc</code></a> <code>PIE804</code>: Prevent keyword arguments duplication (<a href="https://redirect.github.com/astral-sh/ruff/issues/8450">#8450</a>)</li> <li><a href="6c0068eeec
"><code>6c0068e</code></a> Remove <code>ExprFormattedValue</code> formatting impl (<a href="https://redirect.github.com/astral-sh/ruff/issues/9108">#9108</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.1.7...v0.1.8">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
3d78b81213
37
poetry.lock
generated
37
poetry.lock
generated
@ -4682,6 +4682,7 @@ files = [
|
||||
{file = "pymongo-4.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8ab6bcc8e424e07c1d4ba6df96f7fb963bcb48f590b9456de9ebd03b88084fe8"},
|
||||
{file = "pymongo-4.6.0-cp312-cp312-win32.whl", hash = "sha256:47aa128be2e66abd9d1a9b0437c62499d812d291f17b55185cb4aa33a5f710a4"},
|
||||
{file = "pymongo-4.6.0-cp312-cp312-win_amd64.whl", hash = "sha256:014e7049dd019a6663747ca7dae328943e14f7261f7c1381045dfc26a04fa330"},
|
||||
{file = "pymongo-4.6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e24025625bad66895b1bc3ae1647f48f0a92dd014108fb1be404c77f0b69ca67"},
|
||||
{file = "pymongo-4.6.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:288c21ab9531b037f7efa4e467b33176bc73a0c27223c141b822ab4a0e66ff2a"},
|
||||
{file = "pymongo-4.6.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:747c84f4e690fbe6999c90ac97246c95d31460d890510e4a3fa61b7d2b87aa34"},
|
||||
{file = "pymongo-4.6.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:055f5c266e2767a88bb585d01137d9c7f778b0195d3dbf4a487ef0638be9b651"},
|
||||
@ -5578,28 +5579,28 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "ruff"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
description = "An extremely fast Python linter and code formatter, written in Rust."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{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"},
|
||||
{file = "ruff-0.1.8-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:7de792582f6e490ae6aef36a58d85df9f7a0cfd1b0d4fe6b4fb51803a3ac96fa"},
|
||||
{file = "ruff-0.1.8-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:c8e3255afd186c142eef4ec400d7826134f028a85da2146102a1172ecc7c3696"},
|
||||
{file = "ruff-0.1.8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ff78a7583020da124dd0deb835ece1d87bb91762d40c514ee9b67a087940528b"},
|
||||
{file = "ruff-0.1.8-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bd8ee69b02e7bdefe1e5da2d5b6eaaddcf4f90859f00281b2333c0e3a0cc9cd6"},
|
||||
{file = "ruff-0.1.8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a05b0ddd7ea25495e4115a43125e8a7ebed0aa043c3d432de7e7d6e8e8cd6448"},
|
||||
{file = "ruff-0.1.8-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:e6f08ca730f4dc1b76b473bdf30b1b37d42da379202a059eae54ec7fc1fbcfed"},
|
||||
{file = "ruff-0.1.8-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f35960b02df6b827c1b903091bb14f4b003f6cf102705efc4ce78132a0aa5af3"},
|
||||
{file = "ruff-0.1.8-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7d076717c67b34c162da7c1a5bda16ffc205e0e0072c03745275e7eab888719f"},
|
||||
{file = "ruff-0.1.8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b6a21ab023124eafb7cef6d038f835cb1155cd5ea798edd8d9eb2f8b84be07d9"},
|
||||
{file = "ruff-0.1.8-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:ce697c463458555027dfb194cb96d26608abab920fa85213deb5edf26e026664"},
|
||||
{file = "ruff-0.1.8-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:db6cedd9ffed55548ab313ad718bc34582d394e27a7875b4b952c2d29c001b26"},
|
||||
{file = "ruff-0.1.8-py3-none-musllinux_1_2_i686.whl", hash = "sha256:05ffe9dbd278965271252704eddb97b4384bf58b971054d517decfbf8c523f05"},
|
||||
{file = "ruff-0.1.8-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5daaeaf00ae3c1efec9742ff294b06c3a2a9db8d3db51ee4851c12ad385cda30"},
|
||||
{file = "ruff-0.1.8-py3-none-win32.whl", hash = "sha256:e49fbdfe257fa41e5c9e13c79b9e79a23a79bd0e40b9314bc53840f520c2c0b3"},
|
||||
{file = "ruff-0.1.8-py3-none-win_amd64.whl", hash = "sha256:f41f692f1691ad87f51708b823af4bb2c5c87c9248ddd3191c8f088e66ce590a"},
|
||||
{file = "ruff-0.1.8-py3-none-win_arm64.whl", hash = "sha256:aa8ee4f8440023b0a6c3707f76cadce8657553655dcbb5fc9b2f9bb9bee389f6"},
|
||||
{file = "ruff-0.1.8.tar.gz", hash = "sha256:f7ee467677467526cfe135eab86a40a0e8db43117936ac4f9b469ce9cdb3fb62"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user