Commit 01575d2
authored
Build(deps-dev): bump ruff from 0.13.1 to 0.13.2 (#279)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.1 to 0.13.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.13.2</h2>
<h2>Release Notes</h2>
<p>Released on 2025-09-25.</p>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-async</code>] Implement
<code>blocking-path-method</code> (<code>ASYNC240</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20264">#20264</a>)</li>
<li>[<code>flake8-bugbear</code>] Implement
<code>map-without-explicit-strict</code> (<code>B912</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20429">#20429</a>)</li>
<li>[<code>flake8-bultins</code>] Detect class-scope builtin shadowing
in decorators, default args, and attribute initializers
(<code>A003</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20178">#20178</a>)</li>
<li>[<code>ruff</code>] Implement <code>logging-eager-conversion</code>
(<code>RUF065</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/19942">#19942</a>)</li>
<li>Include <code>.pyw</code> files by default when linting and
formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20458">#20458</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Deduplicate input paths (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20105">#20105</a>)</li>
<li>[<code>flake8-comprehensions</code>] Preserve trailing commas for
single-element lists (<code>C409</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/19571">#19571</a>)</li>
<li>[<code>flake8-pyi</code>] Avoid syntax error from conflict with
<code>PIE790</code> (<code>PYI021</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20010">#20010</a>)</li>
<li>[<code>flake8-simplify</code>] Correct fix for positive
<code>maxsplit</code> without separator (<code>SIM905</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20056">#20056</a>)</li>
<li>[<code>pyupgrade</code>] Fix <code>UP008</code> not to apply when
<code>__class__</code> is a local variable (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20497">#20497</a>)</li>
<li>[<code>ruff</code>] Fix <code>B004</code> to skip invalid
<code>hasattr</code>/<code>getattr</code> calls (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20486">#20486</a>)</li>
<li>[<code>ruff</code>] Replace <code>-nan</code> with <code>nan</code>
when using the value to construct a <code>Decimal</code>
(<code>FURB164</code> ) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20391">#20391</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add 'Finding ways to help' to CONTRIBUTING.md (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20567">#20567</a>)</li>
<li>Update import path to <code>ruff-wasm-web</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20539">#20539</a>)</li>
<li>[<code>flake8-bandit</code>] Clarify the supported hashing functions
(<code>S324</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20534">#20534</a>)</li>
</ul>
<h3>Other changes</h3>
<ul>
<li>[<code>playground</code>] Allow hover quick fixes to appear for
overlapping diagnostics (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20527">#20527</a>)</li>
<li>[<code>playground</code>] Fix non‑BMP code point handling in quick
fixes and markers (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20526">#20526</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/BurntSushi"><code>@BurntSushi</code></a></li>
<li><a href="https://github.com/mtshiba"><code>@mtshiba</code></a></li>
<li><a
href="https://github.com/second-ed"><code>@second-ed</code></a></li>
<li><a
href="https://github.com/danparizher"><code>@danparizher</code></a></li>
<li><a
href="https://github.com/ShikChen"><code>@ShikChen</code></a></li>
<li><a
href="https://github.com/PieterCK"><code>@PieterCK</code></a></li>
<li><a
href="https://github.com/GDYendell"><code>@GDYendell</code></a></li>
<li><a href="https://github.com/RazerM"><code>@RazerM</code></a></li>
<li><a href="https://github.com/TaKO8Ki"><code>@TaKO8Ki</code></a></li>
<li><a
href="https://github.com/amyreese"><code>@amyreese</code></a></li>
<li><a href="https://github.com/ntBre"><code>@ntbre</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li>
</ul>
<h2>Install ruff 0.13.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.13.2</h2>
<p>Released on 2025-09-25.</p>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-async</code>] Implement
<code>blocking-path-method</code> (<code>ASYNC240</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20264">#20264</a>)</li>
<li>[<code>flake8-bugbear</code>] Implement
<code>map-without-explicit-strict</code> (<code>B912</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20429">#20429</a>)</li>
<li>[<code>flake8-bultins</code>] Detect class-scope builtin shadowing
in decorators, default args, and attribute initializers
(<code>A003</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20178">#20178</a>)</li>
<li>[<code>ruff</code>] Implement <code>logging-eager-conversion</code>
(<code>RUF065</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/19942">#19942</a>)</li>
<li>Include <code>.pyw</code> files by default when linting and
formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20458">#20458</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Deduplicate input paths (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20105">#20105</a>)</li>
<li>[<code>flake8-comprehensions</code>] Preserve trailing commas for
single-element lists (<code>C409</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/19571">#19571</a>)</li>
<li>[<code>flake8-pyi</code>] Avoid syntax error from conflict with
<code>PIE790</code> (<code>PYI021</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20010">#20010</a>)</li>
<li>[<code>flake8-simplify</code>] Correct fix for positive
<code>maxsplit</code> without separator (<code>SIM905</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20056">#20056</a>)</li>
<li>[<code>pyupgrade</code>] Fix <code>UP008</code> not to apply when
<code>__class__</code> is a local variable (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20497">#20497</a>)</li>
<li>[<code>ruff</code>] Fix <code>B004</code> to skip invalid
<code>hasattr</code>/<code>getattr</code> calls (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20486">#20486</a>)</li>
<li>[<code>ruff</code>] Replace <code>-nan</code> with <code>nan</code>
when using the value to construct a <code>Decimal</code>
(<code>FURB164</code> ) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20391">#20391</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add 'Finding ways to help' to CONTRIBUTING.md (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20567">#20567</a>)</li>
<li>Update import path to <code>ruff-wasm-web</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20539">#20539</a>)</li>
<li>[<code>flake8-bandit</code>] Clarify the supported hashing functions
(<code>S324</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20534">#20534</a>)</li>
</ul>
<h3>Other changes</h3>
<ul>
<li>[<code>playground</code>] Allow hover quick fixes to appear for
overlapping diagnostics (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20527">#20527</a>)</li>
<li>[<code>playground</code>] Fix non‑BMP code point handling in quick
fixes and markers (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20526">#20526</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/BurntSushi"><code>@BurntSushi</code></a></li>
<li><a href="https://github.com/mtshiba"><code>@mtshiba</code></a></li>
<li><a
href="https://github.com/second-ed"><code>@second-ed</code></a></li>
<li><a
href="https://github.com/danparizher"><code>@danparizher</code></a></li>
<li><a
href="https://github.com/ShikChen"><code>@ShikChen</code></a></li>
<li><a
href="https://github.com/PieterCK"><code>@PieterCK</code></a></li>
<li><a
href="https://github.com/GDYendell"><code>@GDYendell</code></a></li>
<li><a href="https://github.com/RazerM"><code>@RazerM</code></a></li>
<li><a href="https://github.com/TaKO8Ki"><code>@TaKO8Ki</code></a></li>
<li><a
href="https://github.com/amyreese"><code>@amyreese</code></a></li>
<li><a href="https://github.com/ntBre"><code>@ntbre</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/b0bdf0334e38417f8617057cd0392a4b53954120"><code>b0bdf03</code></a>
Bump 0.13.2 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20576">#20576</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/7331d393c555ece88aa69f685562163790ddf611"><code>7331d39</code></a>
Update rooster to 0.1.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20575">#20575</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/529e5fa6c24ea68501adb18245eab27c701598d2"><code>529e5fa</code></a>
[ty] Ecosystem analyzer: timing report (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20571">#20571</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/efbb80f7475c63b62981444d5c429109ff12ad32"><code>efbb80f</code></a>
[ty] Remove hack in protocol satisfiability check (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20568">#20568</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/9f3cffc65cb834661e17263245761a66f9474af0"><code>9f3cffc</code></a>
Add 'Finding ways to help' to CONTRIBUTING.md (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20567">#20567</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/21be94ac33f445d8a681babec6c56ca3d1b67156"><code>21be94a</code></a>
[ty] Explicitly test assignability/subtyping between unions of nominal
types ...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/b7d5dc98c193cc5cab00d557b6a392d35137d990"><code>b7d5dc9</code></a>
[ty] Add tests for interactions of <code>@classmethod</code>,
<code>@staticmethod</code>, and proto...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e1bb74b25a0f730a5baff263d753ffe03cf857b1"><code>e1bb74b</code></a>
[ty] Match variadic argument to variadic parameter (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20511">#20511</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/edeb45804ef9dbe348d393f3ab77288062a3c77e"><code>edeb458</code></a>
[ty] fallback to resolve_real_module in file_to_module (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20461">#20461</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/bea92c822980b1575d58542dffa2c960393d7603"><code>bea92c8</code></a>
[ty] More precise type inference for dictionary literals (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20523">#20523</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.13.1...0.13.2">compare
view</a></li>
</ul>
</details>
<br />
[](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>2 files changed
+23
-23
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments