[PR #247] [CLOSED] Bump ruff from 0.5.5 to 0.5.7 #434

Closed
opened 2026-02-15 16:30:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/247
Author: @dependabot[bot]
Created: 8/8/2024
Status: Closed

Base: mainHead: dependabot/pip/ruff-0.5.7


📝 Commits (1)

  • a583c0e Bump ruff from 0.5.5 to 0.5.7

📊 Changes

1 file changed (+19 additions, -19 deletions)

View changed files

📝 poetry.lock (+19 -19)

📄 Description

Bumps ruff from 0.5.5 to 0.5.7.

Release notes

Sourced from ruff's releases.

0.5.7

Release Notes

Preview features

  • [flake8-comprehensions] Account for list and set comprehensions in unnecessary-literal-within-tuple-call (C409) (#12657)
  • [flake8-pyi] Add autofix for future-annotations-in-stub (PYI044) (#12676)
  • [flake8-return] Avoid syntax error when auto-fixing RET505 with mixed indentation (space and tabs) (#12740)
  • [pydoclint] Add docstring-missing-yields (DOC402) and docstring-extraneous-yields (DOC403) (#12538)
  • [pydoclint] Avoid DOC201 if docstring begins with "Return", "Returns", "Yield", or "Yields" (#12675)
  • [pydoclint] Deduplicate collected exceptions after traversing function bodies (DOC501) (#12642)
  • [pydoclint] Ignore DOC errors for stub functions (#12651)
  • [pydoclint] Teach rules to understand reraised exceptions as being explicitly raised (DOC501, DOC502) (#12639)
  • [ruff] Implement incorrectly-parenthesized-tuple-in-subscript (RUF031) (#12480)
  • [ruff] Mark RUF023 fix as unsafe if __slots__ is not a set and the binding is used elsewhere (#12692)

Rule changes

  • [refurb] Add autofix for implicit-cwd (FURB177) (#12708)
  • [ruff] Add autofix for zip-instead-of-pairwise (RUF007) (#12663)
  • [tryceratops] Add BaseException to raise-vanilla-class rule (TRY002) (#12620)

Server

  • Ignore non-file workspace URL; Ruff will display a warning notification in this case (#12725)

CLI

  • Fix cache invalidation for nested pyproject.toml files (#12727)

Bug fixes

  • [flake8-async] Fix false positives with multiple async with items (ASYNC100) (#12643)
  • [flake8-bandit] Avoid false-positives for list concatenations in SQL construction (S608) (#12720)
  • [flake8-bugbear] Treat return as equivalent to break (B909) (#12646)
  • [flake8-comprehensions] Set comprehensions not a violation for sum in unnecessary-comprehension-in-call (C419) (#12691)
  • [flake8-simplify] Parenthesize conditions based on precedence when merging if arms (SIM114) (#12737)
  • [pydoclint] Try both 'Raises' section styles when convention is unspecified (DOC501) (#12649)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.7

Preview features

  • [flake8-comprehensions] Account for list and set comprehensions in unnecessary-literal-within-tuple-call (C409) (#12657)
  • [flake8-pyi] Add autofix for future-annotations-in-stub (PYI044) (#12676)
  • [flake8-return] Avoid syntax error when auto-fixing RET505 with mixed indentation (space and tabs) (#12740)
  • [pydoclint] Add docstring-missing-yields (DOC402) and docstring-extraneous-yields (DOC403) (#12538)
  • [pydoclint] Avoid DOC201 if docstring begins with "Return", "Returns", "Yield", or "Yields" (#12675)
  • [pydoclint] Deduplicate collected exceptions after traversing function bodies (DOC501) (#12642)
  • [pydoclint] Ignore DOC errors for stub functions (#12651)
  • [pydoclint] Teach rules to understand reraised exceptions as being explicitly raised (DOC501, DOC502) (#12639)
  • [ruff] Implement incorrectly-parenthesized-tuple-in-subscript (RUF031) (#12480)
  • [ruff] Mark RUF023 fix as unsafe if __slots__ is not a set and the binding is used elsewhere (#12692)

Rule changes

  • [refurb] Add autofix for implicit-cwd (FURB177) (#12708)
  • [ruff] Add autofix for zip-instead-of-pairwise (RUF007) (#12663)
  • [tryceratops] Add BaseException to raise-vanilla-class rule (TRY002) (#12620)

Server

  • Ignore non-file workspace URL; Ruff will display a warning notification in this case (#12725)

CLI

  • Fix cache invalidation for nested pyproject.toml files (#12727)

Bug fixes

  • [flake8-async] Fix false positives with multiple async with items (ASYNC100) (#12643)
  • [flake8-bandit] Avoid false-positives for list concatenations in SQL construction (S608) (#12720)
  • [flake8-bugbear] Treat return as equivalent to break (B909) (#12646)
  • [flake8-comprehensions] Set comprehensions not a violation for sum in unnecessary-comprehension-in-call (C419) (#12691)
  • [flake8-simplify] Parenthesize conditions based on precedence when merging if arms (SIM114) (#12737)
  • [pydoclint] Try both 'Raises' section styles when convention is unspecified (DOC501) (#12649)

0.5.6

Ruff 0.5.6 automatically enables linting and formatting of notebooks in preview mode. You can opt-out of this behavior by adding *.ipynb to the extend-exclude setting.

[tool.ruff]
extend-exclude = ["*.ipynb"]

Preview features

... (truncated)

Commits
  • 221ea66 Bump version to 0.5.7 (#12756)
  • d28c5af [red-knot] Remove mentions of Ruff from the CLI help (#12752)
  • f1de08c [red-knot] Merge the semantic and module-resolver crates (#12751)
  • 33e9a6a SIM110: any() is ~3x slower than the code it replaces (#12746)
  • f577e03 [ruff] Ignore empty tuples for `incorrectly-parenthesized-tuple-in-subscript ...
  • f537335 Remove all useEffect usages (#12659)
  • 2daa914 Gracefully handle errors in CLI (#12747)
  • 6d9205e [ruff_linter] - Use LibCST in adjust_indentation for mixed whitespace (#1...
  • df7345e Exit with an error if there are check failures (#12735)
  • dc6aafe Setup tracing and document tracing usage (#12730)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama-python/pull/247 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/8/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/ruff-0.5.7` --- ### 📝 Commits (1) - [`a583c0e`](https://github.com/ollama/ollama-python/commit/a583c0e9f578611c3194fdc050bf2c72dc0c50f3) Bump ruff from 0.5.5 to 0.5.7 ### 📊 Changes **1 file changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+19 -19) </details> ### 📄 Description Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.5 to 0.5.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>0.5.7</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-comprehensions</code>] Account for list and set comprehensions in <code>unnecessary-literal-within-tuple-call</code> (<code>C409</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12657">#12657</a>)</li> <li>[<code>flake8-pyi</code>] Add autofix for <code>future-annotations-in-stub</code> (<code>PYI044</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12676">#12676</a>)</li> <li>[<code>flake8-return</code>] Avoid syntax error when auto-fixing <code>RET505</code> with mixed indentation (space and tabs) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12740">#12740</a>)</li> <li>[<code>pydoclint</code>] Add <code>docstring-missing-yields</code> (<code>DOC402</code>) and <code>docstring-extraneous-yields</code> (<code>DOC403</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12538">#12538</a>)</li> <li>[<code>pydoclint</code>] Avoid <code>DOC201</code> if docstring begins with &quot;Return&quot;, &quot;Returns&quot;, &quot;Yield&quot;, or &quot;Yields&quot; (<a href="https://redirect.github.com/astral-sh/ruff/pull/12675">#12675</a>)</li> <li>[<code>pydoclint</code>] Deduplicate collected exceptions after traversing function bodies (<code>DOC501</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12642">#12642</a>)</li> <li>[<code>pydoclint</code>] Ignore <code>DOC</code> errors for stub functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/12651">#12651</a>)</li> <li>[<code>pydoclint</code>] Teach rules to understand reraised exceptions as being explicitly raised (<code>DOC501</code>, <code>DOC502</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12639">#12639</a>)</li> <li>[<code>ruff</code>] Implement <code>incorrectly-parenthesized-tuple-in-subscript</code> (<code>RUF031</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12480">#12480</a>)</li> <li>[<code>ruff</code>] Mark <code>RUF023</code> fix as unsafe if <code>__slots__</code> is not a set and the binding is used elsewhere (<a href="https://redirect.github.com/astral-sh/ruff/pull/12692">#12692</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>refurb</code>] Add autofix for <code>implicit-cwd</code> (<code>FURB177</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12708">#12708</a>)</li> <li>[<code>ruff</code>] Add autofix for <code>zip-instead-of-pairwise</code> (<code>RUF007</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12663">#12663</a>)</li> <li>[<code>tryceratops</code>] Add <code>BaseException</code> to <code>raise-vanilla-class</code> rule (<code>TRY002</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12620">#12620</a>)</li> </ul> <h3>Server</h3> <ul> <li>Ignore non-file workspace URL; Ruff will display a warning notification in this case (<a href="https://redirect.github.com/astral-sh/ruff/pull/12725">#12725</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Fix cache invalidation for nested <code>pyproject.toml</code> files (<a href="https://redirect.github.com/astral-sh/ruff/pull/12727">#12727</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-async</code>] Fix false positives with multiple <code>async with</code> items (<code>ASYNC100</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12643">#12643</a>)</li> <li>[<code>flake8-bandit</code>] Avoid false-positives for list concatenations in SQL construction (<code>S608</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12720">#12720</a>)</li> <li>[<code>flake8-bugbear</code>] Treat <code>return</code> as equivalent to <code>break</code> (<code>B909</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12646">#12646</a>)</li> <li>[<code>flake8-comprehensions</code>] Set comprehensions not a violation for <code>sum</code> in <code>unnecessary-comprehension-in-call</code> (<code>C419</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12691">#12691</a>)</li> <li>[<code>flake8-simplify</code>] Parenthesize conditions based on precedence when merging if arms (<code>SIM114</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12737">#12737</a>)</li> <li>[<code>pydoclint</code>] Try both 'Raises' section styles when convention is unspecified (<code>DOC501</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12649">#12649</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/DavideRagazzon"><code>@​DavideRagazzon</code></a></li> <li><a href="https://github.com/InSyncWithFoo"><code>@​InSyncWithFoo</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/augustelalande"><code>@​augustelalande</code></a></li> <li><a href="https://github.com/bluetech"><code>@​bluetech</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/cclauss"><code>@​cclauss</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</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.5.7</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-comprehensions</code>] Account for list and set comprehensions in <code>unnecessary-literal-within-tuple-call</code> (<code>C409</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12657">#12657</a>)</li> <li>[<code>flake8-pyi</code>] Add autofix for <code>future-annotations-in-stub</code> (<code>PYI044</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12676">#12676</a>)</li> <li>[<code>flake8-return</code>] Avoid syntax error when auto-fixing <code>RET505</code> with mixed indentation (space and tabs) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12740">#12740</a>)</li> <li>[<code>pydoclint</code>] Add <code>docstring-missing-yields</code> (<code>DOC402</code>) and <code>docstring-extraneous-yields</code> (<code>DOC403</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12538">#12538</a>)</li> <li>[<code>pydoclint</code>] Avoid <code>DOC201</code> if docstring begins with &quot;Return&quot;, &quot;Returns&quot;, &quot;Yield&quot;, or &quot;Yields&quot; (<a href="https://redirect.github.com/astral-sh/ruff/pull/12675">#12675</a>)</li> <li>[<code>pydoclint</code>] Deduplicate collected exceptions after traversing function bodies (<code>DOC501</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12642">#12642</a>)</li> <li>[<code>pydoclint</code>] Ignore <code>DOC</code> errors for stub functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/12651">#12651</a>)</li> <li>[<code>pydoclint</code>] Teach rules to understand reraised exceptions as being explicitly raised (<code>DOC501</code>, <code>DOC502</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12639">#12639</a>)</li> <li>[<code>ruff</code>] Implement <code>incorrectly-parenthesized-tuple-in-subscript</code> (<code>RUF031</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12480">#12480</a>)</li> <li>[<code>ruff</code>] Mark <code>RUF023</code> fix as unsafe if <code>__slots__</code> is not a set and the binding is used elsewhere (<a href="https://redirect.github.com/astral-sh/ruff/pull/12692">#12692</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>refurb</code>] Add autofix for <code>implicit-cwd</code> (<code>FURB177</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12708">#12708</a>)</li> <li>[<code>ruff</code>] Add autofix for <code>zip-instead-of-pairwise</code> (<code>RUF007</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12663">#12663</a>)</li> <li>[<code>tryceratops</code>] Add <code>BaseException</code> to <code>raise-vanilla-class</code> rule (<code>TRY002</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12620">#12620</a>)</li> </ul> <h3>Server</h3> <ul> <li>Ignore non-file workspace URL; Ruff will display a warning notification in this case (<a href="https://redirect.github.com/astral-sh/ruff/pull/12725">#12725</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Fix cache invalidation for nested <code>pyproject.toml</code> files (<a href="https://redirect.github.com/astral-sh/ruff/pull/12727">#12727</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-async</code>] Fix false positives with multiple <code>async with</code> items (<code>ASYNC100</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12643">#12643</a>)</li> <li>[<code>flake8-bandit</code>] Avoid false-positives for list concatenations in SQL construction (<code>S608</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12720">#12720</a>)</li> <li>[<code>flake8-bugbear</code>] Treat <code>return</code> as equivalent to <code>break</code> (<code>B909</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12646">#12646</a>)</li> <li>[<code>flake8-comprehensions</code>] Set comprehensions not a violation for <code>sum</code> in <code>unnecessary-comprehension-in-call</code> (<code>C419</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12691">#12691</a>)</li> <li>[<code>flake8-simplify</code>] Parenthesize conditions based on precedence when merging if arms (<code>SIM114</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12737">#12737</a>)</li> <li>[<code>pydoclint</code>] Try both 'Raises' section styles when convention is unspecified (<code>DOC501</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/12649">#12649</a>)</li> </ul> <h2>0.5.6</h2> <p>Ruff 0.5.6 automatically enables linting and formatting of notebooks in <em>preview mode</em>. You can opt-out of this behavior by adding <code>*.ipynb</code> to the <code>extend-exclude</code> setting.</p> <pre lang="toml"><code>[tool.ruff] extend-exclude = [&quot;*.ipynb&quot;] </code></pre> <h3>Preview features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/221ea662e0e19384f774c99e93a9fd08b6f14029"><code>221ea66</code></a> Bump version to 0.5.7 (<a href="https://redirect.github.com/astral-sh/ruff/issues/12756">#12756</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/d28c5afd14a9ae01f960bf812298065d3450a91f"><code>d28c5af</code></a> [red-knot] Remove mentions of Ruff from the CLI help (<a href="https://redirect.github.com/astral-sh/ruff/issues/12752">#12752</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f1de08c2a04b5cd78abba40c8d12e6ed71afc420"><code>f1de08c</code></a> [red-knot] Merge the semantic and module-resolver crates (<a href="https://redirect.github.com/astral-sh/ruff/issues/12751">#12751</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/33e9a6a54e04d78f91a4787218a8eca1e5d196b8"><code>33e9a6a</code></a> SIM110: <code>any()</code> is ~3x slower than the code it replaces (<a href="https://redirect.github.com/astral-sh/ruff/issues/12746">#12746</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f577e03021e1e165a50a4a6f116229299018990e"><code>f577e03</code></a> [ruff] Ignore empty tuples for `incorrectly-parenthesized-tuple-in-subscript ...</li> <li><a href="https://github.com/astral-sh/ruff/commit/f53733525c3fe31eca4d9ba6c3a9367c1e88de59"><code>f537335</code></a> Remove all <code>useEffect</code> usages (<a href="https://redirect.github.com/astral-sh/ruff/issues/12659">#12659</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/2daa9143342237aced17e407909278ffc5cf3fed"><code>2daa914</code></a> Gracefully handle errors in CLI (<a href="https://redirect.github.com/astral-sh/ruff/issues/12747">#12747</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/6d9205e346bfd58ab1811761dc3bad9c0cbed56f"><code>6d9205e</code></a> [<code>ruff_linter</code>] - Use LibCST in <code>adjust_indentation</code> for mixed whitespace (<a href="https://redirect.github.com/astral-sh/ruff/issues/1">#1</a>...</li> <li><a href="https://github.com/astral-sh/ruff/commit/df7345e118f456e43b04aefbbaaa253c16b62329"><code>df7345e</code></a> Exit with an error if there are check failures (<a href="https://redirect.github.com/astral-sh/ruff/issues/12735">#12735</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/dc6aafecc2b0eb7dc44347051bb1077f3dd79c0d"><code>dc6aafe</code></a> Setup tracing and document tracing usage (<a href="https://redirect.github.com/astral-sh/ruff/issues/12730">#12730</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.5.5...0.5.7">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.5.5&new-version=0.5.7)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:23 -05:00
yindo closed this issue 2026-02-15 16:30:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#434