Skip to content

Commit f33fca9

Browse files
Bump ruff from 0.14.1 to 0.14.2 (#216)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.1 to 0.14.2. <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.14.2</h2> <h2>Release Notes</h2> <p>Released on 2025-10-23.</p> <h3>Preview features</h3> <ul> <li>[<code>flake8-gettext</code>] Resolve qualified names and built-in bindings (<code>INT001</code>, <code>INT002</code>, <code>INT003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/19045">#19045</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid reusing nested, interpolated quotes before Python 3.12 (<a href="https://redirect.github.com/astral-sh/ruff/pull/20930">#20930</a>)</li> <li>Catch syntax errors in nested interpolations before Python 3.12 (<a href="https://redirect.github.com/astral-sh/ruff/pull/20949">#20949</a>)</li> <li>[<code>fastapi</code>] Handle ellipsis defaults in <code>FAST002</code> autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/20810">#20810</a>)</li> <li>[<code>flake8-simplify</code>] Skip <code>SIM911</code> when unknown arguments are present (<a href="https://redirect.github.com/astral-sh/ruff/pull/20697">#20697</a>)</li> <li>[<code>pyupgrade</code>] Always parenthesize assignment expressions in fix for <code>f-string</code> (<code>UP032</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21003">#21003</a>)</li> <li>[<code>pyupgrade</code>] Fix <code>UP032</code> conversion for decimal ints with underscores (<a href="https://redirect.github.com/astral-sh/ruff/pull/21022">#21022</a>)</li> <li>[<code>fastapi</code>] Skip autofix for keyword and <code>__debug__</code> path params (<code>FAST003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20960">#20960</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-bugbear</code>] Skip <code>B905</code> and <code>B912</code> for fewer than two iterables and no starred arguments (<a href="https://redirect.github.com/astral-sh/ruff/pull/20998">#20998</a>)</li> <li>[<code>ruff</code>] Use <code>DiagnosticTag</code> for more <code>pyflakes</code> and <code>pandas</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/20801">#20801</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Improve JSON output from <code>ruff rule</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/20168">#20168</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add source to testimonial (<a href="https://redirect.github.com/astral-sh/ruff/pull/20971">#20971</a>)</li> <li>Document when a rule was added (<a href="https://redirect.github.com/astral-sh/ruff/pull/21035">#21035</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>[syntax-errors] Name is parameter and global (<a href="https://redirect.github.com/astral-sh/ruff/pull/20426">#20426</a>)</li> <li>[syntax-errors] Alternative <code>match</code> patterns bind different names (<a href="https://redirect.github.com/astral-sh/ruff/pull/20682">#20682</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/hengky-kurniawan-1"><code>@​hengky-kurniawan-1</code></a></li> <li><a href="https://github.com/ShalokShalom"><code>@​ShalokShalom</code></a></li> <li><a href="https://github.com/robsdedude"><code>@​robsdedude</code></a></li> <li><a href="https://github.com/LoicRiegel"><code>@​LoicRiegel</code></a></li> <li><a href="https://github.com/TaKO8Ki"><code>@​TaKO8Ki</code></a></li> <li><a href="https://github.com/dylwil3"><code>@​dylwil3</code></a></li> <li><a href="https://github.com/11happy"><code>@​11happy</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> </ul> <h2>Install ruff 0.14.2</h2> <!-- 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.14.2</h2> <p>Released on 2025-10-23.</p> <h3>Preview features</h3> <ul> <li>[<code>flake8-gettext</code>] Resolve qualified names and built-in bindings (<code>INT001</code>, <code>INT002</code>, <code>INT003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/19045">#19045</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid reusing nested, interpolated quotes before Python 3.12 (<a href="https://redirect.github.com/astral-sh/ruff/pull/20930">#20930</a>)</li> <li>Catch syntax errors in nested interpolations before Python 3.12 (<a href="https://redirect.github.com/astral-sh/ruff/pull/20949">#20949</a>)</li> <li>[<code>fastapi</code>] Handle ellipsis defaults in <code>FAST002</code> autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/20810">#20810</a>)</li> <li>[<code>flake8-simplify</code>] Skip <code>SIM911</code> when unknown arguments are present (<a href="https://redirect.github.com/astral-sh/ruff/pull/20697">#20697</a>)</li> <li>[<code>pyupgrade</code>] Always parenthesize assignment expressions in fix for <code>f-string</code> (<code>UP032</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21003">#21003</a>)</li> <li>[<code>pyupgrade</code>] Fix <code>UP032</code> conversion for decimal ints with underscores (<a href="https://redirect.github.com/astral-sh/ruff/pull/21022">#21022</a>)</li> <li>[<code>fastapi</code>] Skip autofix for keyword and <code>__debug__</code> path params (<code>FAST003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20960">#20960</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-bugbear</code>] Skip <code>B905</code> and <code>B912</code> for fewer than two iterables and no starred arguments (<a href="https://redirect.github.com/astral-sh/ruff/pull/20998">#20998</a>)</li> <li>[<code>ruff</code>] Use <code>DiagnosticTag</code> for more <code>pyflakes</code> and <code>pandas</code> rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/20801">#20801</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Improve JSON output from <code>ruff rule</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/20168">#20168</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add source to testimonial (<a href="https://redirect.github.com/astral-sh/ruff/pull/20971">#20971</a>)</li> <li>Document when a rule was added (<a href="https://redirect.github.com/astral-sh/ruff/pull/21035">#21035</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>[syntax-errors] Name is parameter and global (<a href="https://redirect.github.com/astral-sh/ruff/pull/20426">#20426</a>)</li> <li>[syntax-errors] Alternative <code>match</code> patterns bind different names (<a href="https://redirect.github.com/astral-sh/ruff/pull/20682">#20682</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/hengky-kurniawan-1"><code>@​hengky-kurniawan-1</code></a></li> <li><a href="https://github.com/ShalokShalom"><code>@​ShalokShalom</code></a></li> <li><a href="https://github.com/robsdedude"><code>@​robsdedude</code></a></li> <li><a href="https://github.com/LoicRiegel"><code>@​LoicRiegel</code></a></li> <li><a href="https://github.com/TaKO8Ki"><code>@​TaKO8Ki</code></a></li> <li><a href="https://github.com/dylwil3"><code>@​dylwil3</code></a></li> <li><a href="https://github.com/11happy"><code>@​11happy</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/83a3bc4ee94de552d5cec9a3146aff00dade6903"><code>83a3bc4</code></a> Bump 0.14.2 (<a href="https://redirect.github.com/astral-sh/ruff/issues/21051">#21051</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/155fd603e8fda8083155ce859bf59b6fdb5935a5"><code>155fd60</code></a> Document when a rule was added (<a href="https://redirect.github.com/astral-sh/ruff/issues/21035">#21035</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/48f17718770aa0f503c2d5dcd7c757b6d6a5f9b0"><code>48f1771</code></a> [ty] fix infinite recursion with generic type aliases (<a href="https://redirect.github.com/astral-sh/ruff/issues/20969">#20969</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/4ca74593dd669b75f6d9cae5de1af4c0ee395e2a"><code>4ca7459</code></a> [ty] Consider <code>type_check_only</code> when ranking completions (<a href="https://redirect.github.com/astral-sh/ruff/issues/20910">#20910</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/dab3d4e917ae41cce338cc5025e3f39aca38570a"><code>dab3d4e</code></a> [ty] Improve <code>invalid-argument-type</code> diagnostics where a union type was provi...</li> <li><a href="https://github.com/astral-sh/ruff/commit/01695513ce33f1f1615309323ba145c42f4720c1"><code>0169551</code></a> Disable npm caching for playground (<a href="https://redirect.github.com/astral-sh/ruff/issues/21039">#21039</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/e92fd51a2c14d42fa3c6ffc442ec3233f9ed2c19"><code>e92fd51</code></a> [ty] Add cycle handling to <code>lazy_default</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/20967">#20967</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c3631c78bd94b7afbe4293d3e2555f0c88d0c4ba"><code>c3631c7</code></a> [ty] Add docstrings for <code>ty_extensions</code> functions (<a href="https://redirect.github.com/astral-sh/ruff/issues/21036">#21036</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/589e8ac0d92728b8f5aed7e3ad3469ce1993619e"><code>589e8ac</code></a> [ty] Infer type for implicit <code>self</code> parameters in method bodies (<a href="https://redirect.github.com/astral-sh/ruff/issues/20922">#20922</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/76a55314e4afdb35f52e3df9ceec2514f4fccf73"><code>76a5531</code></a> Fix rare multithreaded related hang (<a href="https://redirect.github.com/astral-sh/ruff/issues/21038">#21038</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.14.1...0.14.2">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.14.1&new-version=0.14.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 810082a commit f33fca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test = [
6161
]
6262
lint = [
6363
"pre-commit==4.3.0",
64-
"ruff==0.14.1",
64+
"ruff==0.14.2",
6565
]
6666
docs = [
6767
"pydoc-markdown",

0 commit comments

Comments
 (0)