Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip prod(deps): bump ruff from 0.9.6 to 0.9.7 #3941

Merged
merged 2 commits into from
Feb 21, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps ruff from 0.9.6 to 0.9.7.

Release notes

Sourced from ruff's releases.

0.9.7

Release Notes

Preview features

  • Consider __new__ methods as special function type for enforcing class method or static method rules (#13305)
  • [airflow] Improve the internal logic to differentiate deprecated symbols (AIR303) (#16013)
  • [refurb] Manual timezone monkeypatching (FURB162) (#16113)
  • [ruff] Implicit class variable in dataclass (RUF045) (#14349)
  • [ruff] Skip singleton starred expressions for incorrectly-parenthesized-tuple-in-subscript (RUF031) (#16083)
  • [refurb] Check for subclasses includes subscript expressions (FURB189) (#16155)

Rule changes

  • [flake8-comprehensions]: Handle trailing comma in C403 fix (#16110)
  • [flake8-debugger] Also flag sys.breakpointhook and sys.__breakpointhook__ (T100) (#16191)
  • [pydocstyle] Handle arguments with the same names as sections (D417) (#16011)
  • [pylint] Correct ordering of arguments in fix for if-stmt-min-max (PLR1730) (#16080)
  • [pylint] Do not offer fix for raw strings (PLE251) (#16132)
  • [pyupgrade] Do not upgrade functional TypedDicts with private field names to the class-based syntax (UP013) (#16219)
  • [pyupgrade] Handle micro version numbers correctly (UP036) (#16091)
  • [pyupgrade] Unwrap unary expressions correctly (UP018) (#15919)
  • [ruff] Skip RUF001 diagnostics when visiting string type definitions (#16122)
  • [flake8-pyi] Avoid flagging custom-typevar-for-self on metaclass methods (PYI019) (#16141)
  • [pycodestyle] Exempt site.addsitedir(...) calls (E402) (#16251)

Formatter

  • Fix unstable formatting of trailing end-of-line comments of parenthesized attribute values (#16187)

Server

  • Fix handling of requests received after shutdown message (#16262)
  • Ignore source.organizeImports.ruff and source.fixAll.ruff code actions for a notebook cell (#16154)
  • Include document specific debug info for ruff.printDebugInformation (#16215)
  • Update server to return the debug info as string with ruff.printDebugInformation (#16214)

CLI

  • Warn on invalid noqa even when there are no diagnostics (#16178)
  • Better error messages while loading configuration extends (#15658)

Bug fixes

  • [refurb] Correctly handle lengths of literal strings in slice-to-remove-prefix-or-suffix (FURB188) (#16237)

Documentation

  • Add FAQ entry for source.* code actions in Notebook (#16212)
  • Add SECURITY.md (#16224)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.7

Preview features

  • Consider __new__ methods as special function type for enforcing class method or static method rules (#13305)
  • [airflow] Improve the internal logic to differentiate deprecated symbols (AIR303) (#16013)
  • [refurb] Manual timezone monkeypatching (FURB162) (#16113)
  • [ruff] Implicit class variable in dataclass (RUF045) (#14349)
  • [ruff] Skip singleton starred expressions for incorrectly-parenthesized-tuple-in-subscript (RUF031) (#16083)
  • [refurb] Check for subclasses includes subscript expressions (FURB189) (#16155)

Rule changes

  • [flake8-comprehensions]: Handle trailing comma in C403 fix (#16110)
  • [flake8-debugger] Also flag sys.breakpointhook and sys.__breakpointhook__ (T100) (#16191)
  • [pydocstyle] Handle arguments with the same names as sections (D417) (#16011)
  • [pylint] Correct ordering of arguments in fix for if-stmt-min-max (PLR1730) (#16080)
  • [pylint] Do not offer fix for raw strings (PLE251) (#16132)
  • [pyupgrade] Do not upgrade functional TypedDicts with private field names to the class-based syntax (UP013) (#16219)
  • [pyupgrade] Handle micro version numbers correctly (UP036) (#16091)
  • [pyupgrade] Unwrap unary expressions correctly (UP018) (#15919)
  • [ruff] Skip RUF001 diagnostics when visiting string type definitions (#16122)
  • [flake8-pyi] Avoid flagging custom-typevar-for-self on metaclass methods (PYI019) (#16141)
  • [pycodestyle] Exempt site.addsitedir(...) calls (E402) (#16251)

Formatter

  • Fix unstable formatting of trailing end-of-line comments of parenthesized attribute values (#16187)

Server

  • Fix handling of requests received after shutdown message (#16262)
  • Ignore source.organizeImports.ruff and source.fixAll.ruff code actions for a notebook cell (#16154)
  • Include document specific debug info for ruff.printDebugInformation (#16215)
  • Update server to return the debug info as string with ruff.printDebugInformation (#16214)

CLI

  • Warn on invalid noqa even when there are no diagnostics (#16178)
  • Better error messages while loading configuration extends (#15658)

Bug fixes

  • [refurb] Correctly handle lengths of literal strings in slice-to-remove-prefix-or-suffix (FURB188) (#16237)

Documentation

  • Add FAQ entry for source.* code actions in Notebook (#16212)
  • Add SECURITY.md (#16224)
Commits
  • 54fccb3 Bump version to 0.9.7 (#16271)
  • 8198668 [red-knot] MDTest: Use custom class names instead of builtins (#16269)
  • fc6b03c Handle requests received after shutdown message (#16262)
  • fb09d63 [red-knot] Prefix Type::call and dunder_call with try (#16261)
  • 16d0625 Improve internal docs for various string-node APIs (#16256)
  • 25920fe Rename ExprStringLiteral::as_unconcatenated_string() to `ExprStringLiteral:...
  • 97d0659 Pass ParserOptions to the parser (#16220)
  • cfc6941 [red-knot] Resolve references in eager nested scopes eagerly (#16079)
  • f50849a Add text_len() methods to more *Prefix enums in ruff_python_ast (#16254)
  • 55ea094 [red-knot] Allow any Ranged argument for report_lint and `report_diagnost...
  • 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)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.6 to 0.9.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.6...0.9.7)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2025
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.30%. Comparing base (e9b1efb) to head (97b132d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3941   +/-   ##
=======================================
  Coverage   91.30%   91.30%           
=======================================
  Files         467      467           
  Lines       58068    58068           
  Branches     5581     5581           
=======================================
  Hits        53021    53021           
  Misses       3616     3616           
  Partials     1431     1431           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@compor compor closed this Feb 21, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@compor compor reopened this Feb 21, 2025
@compor compor merged commit a6bd7ca into main Feb 21, 2025
16 checks passed
@compor compor deleted the dependabot/pip/ruff-0.9.7 branch February 21, 2025 09:07
qaco pushed a commit to qaco/xdsl that referenced this pull request Feb 24, 2025
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.6 to 0.9.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.9.7</h2>
<h2>Release Notes</h2>
<h3>Preview features</h3>
<ul>
<li>Consider <code>__new__</code> methods as special function type for
enforcing class method or static method rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13305">#13305</a>)</li>
<li>[<code>airflow</code>] Improve the internal logic to differentiate
deprecated symbols (<code>AIR303</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16013">#16013</a>)</li>
<li>[<code>refurb</code>] Manual timezone monkeypatching
(<code>FURB162</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16113">#16113</a>)</li>
<li>[<code>ruff</code>] Implicit class variable in dataclass
(<code>RUF045</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/14349">#14349</a>)</li>
<li>[<code>ruff</code>] Skip singleton starred expressions for
<code>incorrectly-parenthesized-tuple-in-subscript</code>
(<code>RUF031</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16083">#16083</a>)</li>
<li>[<code>refurb</code>] Check for subclasses includes subscript
expressions (<code>FURB189</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16155">#16155</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-comprehensions</code>]: Handle trailing comma in
<code>C403</code> fix (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16110">#16110</a>)</li>
<li>[<code>flake8-debugger</code>] Also flag
<code>sys.breakpointhook</code> and <code>sys.__breakpointhook__</code>
(<code>T100</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16191">#16191</a>)</li>
<li>[<code>pydocstyle</code>] Handle arguments with the same names as
sections (<code>D417</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16011">#16011</a>)</li>
<li>[<code>pylint</code>] Correct ordering of arguments in fix for
<code>if-stmt-min-max</code> (<code>PLR1730</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16080">#16080</a>)</li>
<li>[<code>pylint</code>] Do not offer fix for raw strings
(<code>PLE251</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16132">#16132</a>)</li>
<li>[<code>pyupgrade</code>] Do not upgrade functional
<code>TypedDicts</code> with private field names to the class-based
syntax (<code>UP013</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16219">#16219</a>)</li>
<li>[<code>pyupgrade</code>] Handle micro version numbers correctly
(<code>UP036</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16091">#16091</a>)</li>
<li>[<code>pyupgrade</code>] Unwrap unary expressions correctly
(<code>UP018</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/15919">#15919</a>)</li>
<li>[<code>ruff</code>] Skip <code>RUF001</code> diagnostics when
visiting string type definitions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16122">#16122</a>)</li>
<li>[<code>flake8-pyi</code>] Avoid flagging
<code>custom-typevar-for-self</code> on metaclass methods
(<code>PYI019</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16141">#16141</a>)</li>
<li>[<code>pycodestyle</code>] Exempt <code>site.addsitedir(...)</code>
calls (<code>E402</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16251">#16251</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix unstable formatting of trailing end-of-line comments of
parenthesized attribute values (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16187">#16187</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Fix handling of requests received after shutdown message (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16262">#16262</a>)</li>
<li>Ignore <code>source.organizeImports.ruff</code> and
<code>source.fixAll.ruff</code> code actions for a notebook cell (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16154">#16154</a>)</li>
<li>Include document specific debug info for
<code>ruff.printDebugInformation</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16215">#16215</a>)</li>
<li>Update server to return the debug info as string with
<code>ruff.printDebugInformation</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16214">#16214</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Warn on invalid <code>noqa</code> even when there are no diagnostics
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/16178">#16178</a>)</li>
<li>Better error messages while loading configuration
<code>extend</code>s (<a
href="https://redirect.github.com/astral-sh/ruff/pull/15658">#15658</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>refurb</code>] Correctly handle lengths of literal strings in
<code>slice-to-remove-prefix-or-suffix</code> (<code>FURB188</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16237">#16237</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add FAQ entry for <code>source.*</code> code actions in Notebook (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16212">#16212</a>)</li>
<li>Add <code>SECURITY.md</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16224">#16224</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.9.7</h2>
<h3>Preview features</h3>
<ul>
<li>Consider <code>__new__</code> methods as special function type for
enforcing class method or static method rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13305">#13305</a>)</li>
<li>[<code>airflow</code>] Improve the internal logic to differentiate
deprecated symbols (<code>AIR303</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16013">#16013</a>)</li>
<li>[<code>refurb</code>] Manual timezone monkeypatching
(<code>FURB162</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16113">#16113</a>)</li>
<li>[<code>ruff</code>] Implicit class variable in dataclass
(<code>RUF045</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/14349">#14349</a>)</li>
<li>[<code>ruff</code>] Skip singleton starred expressions for
<code>incorrectly-parenthesized-tuple-in-subscript</code>
(<code>RUF031</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16083">#16083</a>)</li>
<li>[<code>refurb</code>] Check for subclasses includes subscript
expressions (<code>FURB189</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16155">#16155</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-comprehensions</code>]: Handle trailing comma in
<code>C403</code> fix (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16110">#16110</a>)</li>
<li>[<code>flake8-debugger</code>] Also flag
<code>sys.breakpointhook</code> and <code>sys.__breakpointhook__</code>
(<code>T100</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16191">#16191</a>)</li>
<li>[<code>pydocstyle</code>] Handle arguments with the same names as
sections (<code>D417</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16011">#16011</a>)</li>
<li>[<code>pylint</code>] Correct ordering of arguments in fix for
<code>if-stmt-min-max</code> (<code>PLR1730</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16080">#16080</a>)</li>
<li>[<code>pylint</code>] Do not offer fix for raw strings
(<code>PLE251</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16132">#16132</a>)</li>
<li>[<code>pyupgrade</code>] Do not upgrade functional
<code>TypedDicts</code> with private field names to the class-based
syntax (<code>UP013</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16219">#16219</a>)</li>
<li>[<code>pyupgrade</code>] Handle micro version numbers correctly
(<code>UP036</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16091">#16091</a>)</li>
<li>[<code>pyupgrade</code>] Unwrap unary expressions correctly
(<code>UP018</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/15919">#15919</a>)</li>
<li>[<code>ruff</code>] Skip <code>RUF001</code> diagnostics when
visiting string type definitions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16122">#16122</a>)</li>
<li>[<code>flake8-pyi</code>] Avoid flagging
<code>custom-typevar-for-self</code> on metaclass methods
(<code>PYI019</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16141">#16141</a>)</li>
<li>[<code>pycodestyle</code>] Exempt <code>site.addsitedir(...)</code>
calls (<code>E402</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16251">#16251</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix unstable formatting of trailing end-of-line comments of
parenthesized attribute values (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16187">#16187</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Fix handling of requests received after shutdown message (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16262">#16262</a>)</li>
<li>Ignore <code>source.organizeImports.ruff</code> and
<code>source.fixAll.ruff</code> code actions for a notebook cell (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16154">#16154</a>)</li>
<li>Include document specific debug info for
<code>ruff.printDebugInformation</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16215">#16215</a>)</li>
<li>Update server to return the debug info as string with
<code>ruff.printDebugInformation</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16214">#16214</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Warn on invalid <code>noqa</code> even when there are no diagnostics
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/16178">#16178</a>)</li>
<li>Better error messages while loading configuration
<code>extend</code>s (<a
href="https://redirect.github.com/astral-sh/ruff/pull/15658">#15658</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>refurb</code>] Correctly handle lengths of literal strings in
<code>slice-to-remove-prefix-or-suffix</code> (<code>FURB188</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16237">#16237</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add FAQ entry for <code>source.*</code> code actions in Notebook (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16212">#16212</a>)</li>
<li>Add <code>SECURITY.md</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16224">#16224</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/54fccb3ee23a2b20b287e631f32f18ee5b64b62b"><code>54fccb3</code></a>
Bump version to 0.9.7 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/16271">#16271</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/8198668fc34283eeff9be6dae337a7b38e3d498b"><code>8198668</code></a>
[red-knot] MDTest: Use custom class names instead of builtins (<a
href="https://redirect.github.com/astral-sh/ruff/issues/16269">#16269</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/fc6b03c8daf203fd323a74ab9eb290a61013ae5b"><code>fc6b03c</code></a>
Handle requests received after shutdown message (<a
href="https://redirect.github.com/astral-sh/ruff/issues/16262">#16262</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/fb09d63e5507d73e764bdaadfacc8a34a139b78d"><code>fb09d63</code></a>
[red-knot] Prefix <code>Type::call</code> and <code>dunder_call</code>
with <code>try</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/16261">#16261</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/16d0625dfb7c62afdf773e38b62eb4ccf71e01bc"><code>16d0625</code></a>
Improve internal docs for various string-node APIs (<a
href="https://redirect.github.com/astral-sh/ruff/issues/16256">#16256</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/25920fe489346f8e0a117ab7781455aa30388c79"><code>25920fe</code></a>
Rename <code>ExprStringLiteral::as_unconcatenated_string()</code> to
`ExprStringLiteral:...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/97d0659ce3e3977245ca202770078a9df60849dd"><code>97d0659</code></a>
Pass <code>ParserOptions</code> to the parser (<a
href="https://redirect.github.com/astral-sh/ruff/issues/16220">#16220</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/cfc6941d5c4b90f74329a5db6c590ce93683a6c0"><code>cfc6941</code></a>
[red-knot] Resolve references in eager nested scopes eagerly (<a
href="https://redirect.github.com/astral-sh/ruff/issues/16079">#16079</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/f50849aeef51a381af6c27df8595ac0e1ef5a891"><code>f50849a</code></a>
Add <code>text_len()</code> methods to more <code>*Prefix</code> enums
in <code>ruff_python_ast</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/16254">#16254</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/55ea09401a6045441ff2c55a769a53a20faaf3d5"><code>55ea094</code></a>
[red-knot] Allow any <code>Ranged</code> argument for
<code>report_lint</code> and `report_diagnost...</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.9.6...0.9.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.9.6&new-version=0.9.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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: compor <compor@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants