Commit 8e1b9f0
authored
Build(deps-dev): bump ruff from 0.14.8 to 0.14.9 (#301)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.8 to 0.14.9.
<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.9</h2>
<h2>Release Notes</h2>
<p>Released on 2025-12-11.</p>
<h3>Preview features</h3>
<ul>
<li>[<code>ruff</code>] New <code>RUF100</code> diagnostics for unused
range suppressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21783">#21783</a>)</li>
<li>[<code>pylint</code>] Detect subclasses of builtin exceptions
(<code>PLW0133</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21382">#21382</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix comment placement in lambda parameters (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21868">#21868</a>)</li>
<li>Skip over trivia tokens after re-lexing (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21895">#21895</a>)</li>
<li>[<code>flake8-bandit</code>] Fix false positive when using
non-standard <code>CSafeLoader</code> path (S506). (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21830">#21830</a>)</li>
<li>[<code>flake8-bugbear</code>] Accept immutable slice default
arguments (<code>B008</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21823">#21823</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>pydocstyle</code>] Suppress <code>D417</code> for parameters
with <code>Unpack</code> annotations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21816">#21816</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Use <code>memchr</code> for computing line indexes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21838">#21838</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Document <code>*.pyw</code> is included by default in preview (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21885">#21885</a>)</li>
<li>Document range suppressions, reorganize suppression docs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21884">#21884</a>)</li>
<li>Update mkdocs-material to 9.7.0 (Insiders now free) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21797">#21797</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/Avasam"><code>@Avasam</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/amyreese"><code>@amyreese</code></a></li>
<li><a
href="https://github.com/phongddo"><code>@phongddo</code></a></li>
<li><a
href="https://github.com/prakhar1144"><code>@prakhar1144</code></a></li>
<li><a
href="https://github.com/mahiro72"><code>@mahiro72</code></a></li>
<li><a href="https://github.com/ntBre"><code>@ntBre</code></a></li>
<li><a
href="https://github.com/LoicRiegel"><code>@LoicRiegel</code></a></li>
</ul>
<h2>Install ruff 0.14.9</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/astral-sh/ruff/releases/download/0.14.9/ruff-installer.sh
| sh
</code></pre>
<!-- 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.9</h2>
<p>Released on 2025-12-11.</p>
<h3>Preview features</h3>
<ul>
<li>[<code>ruff</code>] New <code>RUF100</code> diagnostics for unused
range suppressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21783">#21783</a>)</li>
<li>[<code>pylint</code>] Detect subclasses of builtin exceptions
(<code>PLW0133</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21382">#21382</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix comment placement in lambda parameters (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21868">#21868</a>)</li>
<li>Skip over trivia tokens after re-lexing (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21895">#21895</a>)</li>
<li>[<code>flake8-bandit</code>] Fix false positive when using
non-standard <code>CSafeLoader</code> path (S506). (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21830">#21830</a>)</li>
<li>[<code>flake8-bugbear</code>] Accept immutable slice default
arguments (<code>B008</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21823">#21823</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>pydocstyle</code>] Suppress <code>D417</code> for parameters
with <code>Unpack</code> annotations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21816">#21816</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Use <code>memchr</code> for computing line indexes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21838">#21838</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Document <code>*.pyw</code> is included by default in preview (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21885">#21885</a>)</li>
<li>Document range suppressions, reorganize suppression docs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21884">#21884</a>)</li>
<li>Update mkdocs-material to 9.7.0 (Insiders now free) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/21797">#21797</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/Avasam"><code>@Avasam</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/amyreese"><code>@amyreese</code></a></li>
<li><a
href="https://github.com/phongddo"><code>@phongddo</code></a></li>
<li><a
href="https://github.com/prakhar1144"><code>@prakhar1144</code></a></li>
<li><a
href="https://github.com/mahiro72"><code>@mahiro72</code></a></li>
<li><a href="https://github.com/ntBre"><code>@ntBre</code></a></li>
<li><a
href="https://github.com/LoicRiegel"><code>@LoicRiegel</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/3f63ea4b504d50eaf3c479de68e4017d2434a160"><code>3f63ea4</code></a>
Prepare 0.14.9 release (<a
href="https://redirect.github.com/astral-sh/ruff/issues/21927">#21927</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/c8851ecf704c1e989c5b840e2d53ac24210b4aec"><code>c8851ec</code></a>
[ty] Defer all parameter and return type annotations (<a
href="https://redirect.github.com/astral-sh/ruff/issues/21906">#21906</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/d442433e93840edc47f77ab10a85ebfbcb18211b"><code>d442433</code></a>
[ty] Fix workspace symbols to return members too (<a
href="https://redirect.github.com/astral-sh/ruff/issues/21926">#21926</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/c055d665ef4bbf4002a8c07bdf9b9e76c065a26b"><code>c055d66</code></a>
Document range suppressions, reorganize suppression docs (<a
href="https://redirect.github.com/astral-sh/ruff/issues/21884">#21884</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/7a578ce8334d4a1e75f91b1c600fa035f0469bed"><code>7a578ce</code></a>
Ignore ruff:isort like ruff:noqa in new suppressions (<a
href="https://redirect.github.com/astral-sh/ruff/issues/21922">#21922</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/34f7a04ef7ecb620658038c1db62a4204eb85388"><code>34f7a04</code></a>
[ty] Handle <code>Definition</code>s in
<code>SemanticModel::scope</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/21919">#21919</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/c9fe4e2703365b868a3b08364bf9673cef36f13f"><code>c9fe4e2</code></a>
[ty] Attach salsa db when running ide tests for easier debugging (<a
href="https://redirect.github.com/astral-sh/ruff/issues/21917">#21917</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/fbeeb050af15a96cec59d5e6d7e9a166579b3433"><code>fbeeb05</code></a>
[ty] Don't show hover for expressions with no inferred type (<a
href="https://redirect.github.com/astral-sh/ruff/issues/21924">#21924</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/4fdb4e8219bf8e7b8001121dd61a7c3678200bbf"><code>4fdb4e8</code></a>
[ty] avoid unions of generic aliases of the same class in fixpoint (<a
href="https://redirect.github.com/astral-sh/ruff/issues/21909">#21909</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/c548ef20278f18ec9e88796fd0a1c4b5b5395a40"><code>c548ef2</code></a>
[ty] Squash false positive logs for failing to find
<code>builtins</code> as a real module</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.14.8...0.14.9">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
+22
-22
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