dependabot[bot] opened a new pull request, #262:
URL: https://github.com/apache/airflow-steward/pull/262

   Bumps the skill-evals-deps group in /tools/skill-evals with 1 update: 
[ruff](https://github.com/astral-sh/ruff).
   
   Updates `ruff` from 0.15.12 to 0.15.13
   <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.15.13</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-05-14.</p>
   <h3>Preview features</h3>
   <ul>
   <li>Add a rule to flag lazy imports that are eagerly evaluated (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25016";>#25016</a>)</li>
   <li>[<code>pylint</code>] Standardize diagnostic message 
(<code>PLR0914</code>, <code>PLR0917</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24996";>#24996</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix <code>F811</code> false positive for class methods (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24933";>#24933</a>)</li>
   <li>Fix setting selection for multi-folder workspace (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24819";>#24819</a>)</li>
   <li>[<code>eradicate</code>] Fix false positive for lines with leading 
whitespace (<code>ERA001</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25122";>#25122</a>)</li>
   <li>[<code>flake8-pyi</code>] Fix false positive for f-string debug 
specifier (<code>PYI016</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24098";>#24098</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>Always include panic payload in panic diagnostic message (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24873";>#24873</a>)</li>
   <li>Restrict <code>PYI034</code> for in-place operations to enclosing class 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24511";>#24511</a>)</li>
   <li>Improve error message for parameters that are declared 
<code>global</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24902";>#24902</a>)</li>
   <li>Update known stdlib (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25103";>#25103</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>[<code>isort</code>] Avoid constructing <code>glob::Pattern</code>s for 
literal known modules (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25123";>#25123</a>)</li>
   </ul>
   <h3>CLI</h3>
   <ul>
   <li>Add TOML examples to <code>--config</code> help text (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25013";>#25013</a>)</li>
   <li>Colorize ruff check 'All checks passed' (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25085";>#25085</a>)</li>
   </ul>
   <h3>Configuration</h3>
   <ul>
   <li>Increase max allowed value of <code>line-length</code> setting (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24962";>#24962</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add <code>D203</code> to rules that conflict with the formatter (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25044";>#25044</a>)</li>
   <li>Clarify <code>COM819</code> and formatter interaction (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25045";>#25045</a>)</li>
   <li>Clarify that <code>NotImplemented</code> is a value, not an exception 
(<code>F901</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25054";>#25054</a>)</li>
   <li>Update number of lint rules supported (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24942";>#24942</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>Simplify the playground's markdown template (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24924";>#24924</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <!-- 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.15.13</h2>
   <p>Released on 2026-05-14.</p>
   <h3>Preview features</h3>
   <ul>
   <li>Add a rule to flag lazy imports that are eagerly evaluated (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25016";>#25016</a>)</li>
   <li>[<code>pylint</code>] Standardize diagnostic message 
(<code>PLR0914</code>, <code>PLR0917</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24996";>#24996</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix <code>F811</code> false positive for class methods (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24933";>#24933</a>)</li>
   <li>Fix setting selection for multi-folder workspace (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24819";>#24819</a>)</li>
   <li>[<code>eradicate</code>] Fix false positive for lines with leading 
whitespace (<code>ERA001</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25122";>#25122</a>)</li>
   <li>[<code>flake8-pyi</code>] Fix false positive for f-string debug 
specifier (<code>PYI016</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24098";>#24098</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>Always include panic payload in panic diagnostic message (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24873";>#24873</a>)</li>
   <li>Restrict <code>PYI034</code> for in-place operations to enclosing class 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24511";>#24511</a>)</li>
   <li>Improve error message for parameters that are declared 
<code>global</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24902";>#24902</a>)</li>
   <li>Update known stdlib (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25103";>#25103</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>[<code>isort</code>] Avoid constructing <code>glob::Pattern</code>s for 
literal known modules (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25123";>#25123</a>)</li>
   </ul>
   <h3>CLI</h3>
   <ul>
   <li>Add TOML examples to <code>--config</code> help text (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25013";>#25013</a>)</li>
   <li>Colorize ruff check 'All checks passed' (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25085";>#25085</a>)</li>
   </ul>
   <h3>Configuration</h3>
   <ul>
   <li>Increase max allowed value of <code>line-length</code> setting (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24962";>#24962</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add <code>D203</code> to rules that conflict with the formatter (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25044";>#25044</a>)</li>
   <li>Clarify <code>COM819</code> and formatter interaction (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25045";>#25045</a>)</li>
   <li>Clarify that <code>NotImplemented</code> is a value, not an exception 
(<code>F901</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25054";>#25054</a>)</li>
   <li>Update number of lint rules supported (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24942";>#24942</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>Simplify the playground's markdown template (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/24924";>#24924</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/MichaReiser";><code>@​MichaReiser</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/2afb467ce397e4a89c13a0a814c62cfecb0e9e49";><code>2afb467</code></a>
 Bump 0.15.13 (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25157";>#25157</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/300879600fa3af7cde1e675c63de6ad9d0797d1b";><code>3008796</code></a>
 [ty] classify TypeVar semantic tokens as type parameters (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/24891";>#24891</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/79470e31877acb6074f3bbff2a49e508822ae4e8";><code>79470e3</code></a>
 [<code>isort</code>] Avoid constructing <code>glob::Pattern</code>s for 
literal known modules (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25123";>#25123</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/2522549901d50f18775999f0fb802b19229417f0";><code>2522549</code></a>
 Remove shellcheck from prek (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25154";>#25154</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/7db7170020f539d6d2bc01dbd0b0c09fab91dc06";><code>7db7170</code></a>
 [ty] Support TypedDict key completions in incomplete, anonymous contexts (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25";>#25</a>...</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/bb3dd535f1c5a83e2e56ac93a771fadbeeceebd0";><code>bb3dd53</code></a>
 [ty] Run full iteration analysis on narrowed typevars (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25143";>#25143</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/828cdb7732efcb16a53f4ee5f011cf653b834d1a";><code>828cdb7</code></a>
 [ty] Isolate file-watching test environment (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25151";>#25151</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/89e1d8670ea4d3af60c8143ee552dc750200718d";><code>89e1d86</code></a>
 [ty] Preserve TypedDict keys through dict unpacking (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/24523";>#24523</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/86f3064d6fffa5697d174f26b840bd6857b381da";><code>86f3064</code></a>
 [ty] Avoid accessing <code>args[0]</code> for <code>static_assert</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25149";>#25149</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/ed819f947dc27e36eac8bb3134153c4668d76a3a";><code>ed819f9</code></a>
 [ty] Treat custom enum <code>__new__</code> values as dynamic (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25136";>#25136</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/ruff/compare/0.15.12...0.15.13";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=uv&previous-version=0.15.12&new-version=0.15.13)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to