Skip to content

Commit 5759699

Browse files
Bump ruff from 0.14.2 to 0.14.3 (#110)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.2 to 0.14.3. <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.3</h2> <h2>Release Notes</h2> <p>Released on 2025-10-30.</p> <h3>Preview features</h3> <ul> <li>Respect <code>--output-format</code> with <code>--watch</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21097">#21097</a>)</li> <li>[<code>pydoclint</code>] Fix false positive on explicit exception re-raising (<code>DOC501</code>, <code>DOC502</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21011">#21011</a>)</li> <li>[<code>pyflakes</code>] Revert to stable behavior if imports for module lie in alternate branches for <code>F401</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/20878">#20878</a>)</li> <li>[<code>pylint</code>] Implement <code>stop-iteration-return</code> (<code>PLR1708</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20733">#20733</a>)</li> <li>[<code>ruff</code>] Add support for additional eager conversion patterns (<code>RUF065</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20657">#20657</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix finding keyword range for clause header after statement ending with semicolon (<a href="https://redirect.github.com/astral-sh/ruff/pull/21067">#21067</a>)</li> <li>Fix syntax error false positive on nested alternative patterns (<a href="https://redirect.github.com/astral-sh/ruff/pull/21104">#21104</a>)</li> <li>[<code>ISC001</code>] Fix panic when string literals are unclosed (<a href="https://redirect.github.com/astral-sh/ruff/pull/21034">#21034</a>)</li> <li>[<code>flake8-django</code>] Apply <code>DJ001</code> to annotated fields (<a href="https://redirect.github.com/astral-sh/ruff/pull/20907">#20907</a>)</li> <li>[<code>flake8-pyi</code>] Fix <code>PYI034</code> to not trigger on metaclasses (<code>PYI034</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20881">#20881</a>)</li> <li>[<code>flake8-type-checking</code>] Fix <code>TC003</code> false positive with <code>future-annotations</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21125">#21125</a>)</li> <li>[<code>pyflakes</code>] Fix false positive for <code>__class__</code> in lambda expressions within class definitions (<code>F821</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20564">#20564</a>)</li> <li>[<code>pyupgrade</code>] Fix false positive for <code>TypeVar</code> with default on Python &lt;3.13 (<code>UP046</code>,<code>UP047</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21045">#21045</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Add missing docstring sections to the numpy list (<a href="https://redirect.github.com/astral-sh/ruff/pull/20931">#20931</a>)</li> <li>[<code>airflow</code>] Extend <code>airflow.models..Param</code> check (<code>AIR311</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21043">#21043</a>)</li> <li>[<code>airflow</code>] Warn that <code>airflow....DAG.create_dagrun</code> has been removed (<code>AIR301</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21093">#21093</a>)</li> <li>[<code>refurb</code>] Preserve digit separators in <code>Decimal</code> constructor (<code>FURB157</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20588">#20588</a>)</li> </ul> <h3>Server</h3> <ul> <li>Avoid sending an unnecessary &quot;clear diagnostics&quot; message for clients supporting pull diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/21105">#21105</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>[<code>flake8-bandit</code>] Fix correct example for <code>S308</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21128">#21128</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Clearer error message when <code>line-length</code> goes beyond threshold (<a href="https://redirect.github.com/astral-sh/ruff/pull/21072">#21072</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/danparizher"><code>@​danparizher</code></a></li> <li><a href="https://github.com/jvacek"><code>@​jvacek</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> <li><a href="https://github.com/augustelalande"><code>@​augustelalande</code></a></li> <li><a href="https://github.com/prakhar1144"><code>@​prakhar1144</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.14.3</h2> <p>Released on 2025-10-30.</p> <h3>Preview features</h3> <ul> <li>Respect <code>--output-format</code> with <code>--watch</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21097">#21097</a>)</li> <li>[<code>pydoclint</code>] Fix false positive on explicit exception re-raising (<code>DOC501</code>, <code>DOC502</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21011">#21011</a>)</li> <li>[<code>pyflakes</code>] Revert to stable behavior if imports for module lie in alternate branches for <code>F401</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/20878">#20878</a>)</li> <li>[<code>pylint</code>] Implement <code>stop-iteration-return</code> (<code>PLR1708</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20733">#20733</a>)</li> <li>[<code>ruff</code>] Add support for additional eager conversion patterns (<code>RUF065</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20657">#20657</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix finding keyword range for clause header after statement ending with semicolon (<a href="https://redirect.github.com/astral-sh/ruff/pull/21067">#21067</a>)</li> <li>Fix syntax error false positive on nested alternative patterns (<a href="https://redirect.github.com/astral-sh/ruff/pull/21104">#21104</a>)</li> <li>[<code>ISC001</code>] Fix panic when string literals are unclosed (<a href="https://redirect.github.com/astral-sh/ruff/pull/21034">#21034</a>)</li> <li>[<code>flake8-django</code>] Apply <code>DJ001</code> to annotated fields (<a href="https://redirect.github.com/astral-sh/ruff/pull/20907">#20907</a>)</li> <li>[<code>flake8-pyi</code>] Fix <code>PYI034</code> to not trigger on metaclasses (<code>PYI034</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20881">#20881</a>)</li> <li>[<code>flake8-type-checking</code>] Fix <code>TC003</code> false positive with <code>future-annotations</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21125">#21125</a>)</li> <li>[<code>pyflakes</code>] Fix false positive for <code>__class__</code> in lambda expressions within class definitions (<code>F821</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20564">#20564</a>)</li> <li>[<code>pyupgrade</code>] Fix false positive for <code>TypeVar</code> with default on Python &lt;3.13 (<code>UP046</code>,<code>UP047</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21045">#21045</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Add missing docstring sections to the numpy list (<a href="https://redirect.github.com/astral-sh/ruff/pull/20931">#20931</a>)</li> <li>[<code>airflow</code>] Extend <code>airflow.models..Param</code> check (<code>AIR311</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21043">#21043</a>)</li> <li>[<code>airflow</code>] Warn that <code>airflow....DAG.create_dagrun</code> has been removed (<code>AIR301</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/21093">#21093</a>)</li> <li>[<code>refurb</code>] Preserve digit separators in <code>Decimal</code> constructor (<code>FURB157</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/20588">#20588</a>)</li> </ul> <h3>Server</h3> <ul> <li>Avoid sending an unnecessary &quot;clear diagnostics&quot; message for clients supporting pull diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/21105">#21105</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>[<code>flake8-bandit</code>] Fix correct example for <code>S308</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21128">#21128</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Clearer error message when <code>line-length</code> goes beyond threshold (<a href="https://redirect.github.com/astral-sh/ruff/pull/21072">#21072</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/danparizher"><code>@​danparizher</code></a></li> <li><a href="https://github.com/jvacek"><code>@​jvacek</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> <li><a href="https://github.com/augustelalande"><code>@​augustelalande</code></a></li> <li><a href="https://github.com/prakhar1144"><code>@​prakhar1144</code></a></li> <li><a href="https://github.com/TaKO8Ki"><code>@​TaKO8Ki</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/8737a2d5f5138d855ef4b3ff6982bd7684324eab"><code>8737a2d</code></a> Bump v0.14.3 (<a href="https://redirect.github.com/astral-sh/ruff/issues/21152">#21152</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/3be3a10a2fc6ddaafc13d1f5bca566282285be5f"><code>3be3a10</code></a> [ty] Don't provide completions when in class or function definition (<a href="https://redirect.github.com/astral-sh/ruff/issues/21146">#21146</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/13375d0e42bcf7e4dac346d8fad991b97222371d"><code>13375d0</code></a> [ty] Use the top materialization of classes for narrowing in class-patterns f...</li> <li><a href="https://github.com/astral-sh/ruff/commit/c0b04d4b7cfd725a9ca1b92b8bc4d93a63c56c59"><code>c0b04d4</code></a> [ty] Update &quot;constraint implication&quot; relation to work on constraints between ...</li> <li><a href="https://github.com/astral-sh/ruff/commit/1c7ea690a820deaa0e17ecf72593ebc4781f3752"><code>1c7ea69</code></a> [<code>flake8-type-checking</code>] Fix <code>TC003</code> false positive with <code>future-annotations</code>...</li> <li><a href="https://github.com/astral-sh/ruff/commit/9bacd19c5a44594f44be1b0dcebd7ccf1777e633"><code>9bacd19</code></a> [ty] Fix lookup of <code>__new__</code> on instances (<a href="https://redirect.github.com/astral-sh/ruff/issues/21147">#21147</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f0fe6d62fb6711d963c64f60b5dc8a558ffb4551"><code>f0fe6d6</code></a> Fix syntax error false positive on nested alternative patterns (<a href="https://redirect.github.com/astral-sh/ruff/issues/21104">#21104</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/10bda3df00679c6808d8593470fe693ea8c9ae8f"><code>10bda3d</code></a> [<code>pyupgrade</code>] Fix false positive for <code>TypeVar</code> with default on Python &lt;3.13 (...</li> <li><a href="https://github.com/astral-sh/ruff/commit/e55bc943e5f8708aeaced34488ca5d790c388cee"><code>e55bc94</code></a> [ty] Reachability and narrowing for enum methods (<a href="https://redirect.github.com/astral-sh/ruff/issues/21130">#21130</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/1b0ee4677e216562033f8a2f9b006738734cb2b9"><code>1b0ee46</code></a> [ty] Use <code>range</code> instead of custom <code>IntIterable</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/21138">#21138</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.14.2...0.14.3">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.2&new-version=0.14.3)](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 9b087e4 commit 5759699

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
@@ -48,7 +48,7 @@ test = [
4848
lint = [
4949
"black==25.9.0",
5050
"pre-commit==4.3.0",
51-
"ruff==0.14.2",
51+
"ruff==0.14.3",
5252
]
5353
psycopg2 = ["psycopg2-binary"]
5454
bakery = ["model-bakery"]

0 commit comments

Comments
 (0)