-
Notifications
You must be signed in to change notification settings - Fork 14
Commit 2ed75b1
authored
Bump ruff from 0.13.3 to 0.14.0 in /requirements/lintrunner (#216)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.3 to 0.14.0.
<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.0</h2>
<h2>Release Notes</h2>
<p>Released on 2025-10-07.</p>
<h3>Breaking changes</h3>
<ul>
<li>Update default and latest Python versions for 3.14 (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20725">#20725</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-bugbear</code>] Include certain guaranteed-mutable
expressions: tuples, generators, and assignment expressions
(<code>B006</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20024">#20024</a>)</li>
<li>[<code>refurb</code>] Add fixes for <code>FURB101</code> and
<code>FURB103</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20520">#20520</a>)</li>
<li>[<code>ruff</code>] Extend <code>FA102</code> with listed
PEP 585-compatible APIs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20659">#20659</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>flake8-annotations</code>] Fix return type annotations to
handle shadowed builtin symbols (<code>ANN201</code>,
<code>ANN202</code>, <code>ANN204</code>, <code>ANN205</code>,
<code>ANN206</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20612">#20612</a>)</li>
<li>[<code>flynt</code>] Fix f-string quoting for mixed quote joiners
(<code>FLY002</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20662">#20662</a>)</li>
<li>[<code>isort</code>] Fix inserting required imports before future
imports (<code>I002</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20676">#20676</a>)</li>
<li>[<code>ruff</code>] Handle argfile expansion errors gracefully (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20691">#20691</a>)</li>
<li>[<code>ruff</code>] Skip <code>RUF051</code> if
<code>else</code>/<code>elif</code> block is present (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20705">#20705</a>)</li>
<li>[<code>ruff</code>] Improve handling of intermixed comments inside
from-imports (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20561">#20561</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>[<code>flake8-comprehensions</code>] Clarify fix safety
documentation (<code>C413</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20640">#20640</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/terror"><code>@terror</code></a></li>
<li><a href="https://github.com/TaKO8Ki"><code>@TaKO8Ki</code></a></li>
<li><a href="https://github.com/ntBre"><code>@ntBre</code></a></li>
<li><a href="https://github.com/njhearp"><code>@njhearp</code></a></li>
<li><a
href="https://github.com/amyreese"><code>@amyreese</code></a></li>
<li><a
href="https://github.com/IDrokin117"><code>@IDrokin117</code></a></li>
<li><a
href="https://github.com/chirizxc"><code>@chirizxc</code></a></li>
</ul>
<h2>Install ruff 0.14.0</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.0/ruff-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code></tr></table>
</code></pre>
</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.0</h2>
<p>Released on 2025-10-07.</p>
<h3>Breaking changes</h3>
<ul>
<li>Update default and latest Python versions for 3.14 (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20725">#20725</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-bugbear</code>] Include certain guaranteed-mutable
expressions: tuples, generators, and assignment expressions
(<code>B006</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20024">#20024</a>)</li>
<li>[<code>refurb</code>] Add fixes for <code>FURB101</code> and
<code>FURB103</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20520">#20520</a>)</li>
<li>[<code>ruff</code>] Extend <code>FA102</code> with listed
PEP 585-compatible APIs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20659">#20659</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>flake8-annotations</code>] Fix return type annotations to
handle shadowed builtin symbols (<code>ANN201</code>,
<code>ANN202</code>, <code>ANN204</code>, <code>ANN205</code>,
<code>ANN206</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20612">#20612</a>)</li>
<li>[<code>flynt</code>] Fix f-string quoting for mixed quote joiners
(<code>FLY002</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20662">#20662</a>)</li>
<li>[<code>isort</code>] Fix inserting required imports before future
imports (<code>I002</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20676">#20676</a>)</li>
<li>[<code>ruff</code>] Handle argfile expansion errors gracefully (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20691">#20691</a>)</li>
<li>[<code>ruff</code>] Skip <code>RUF051</code> if
<code>else</code>/<code>elif</code> block is present (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20705">#20705</a>)</li>
<li>[<code>ruff</code>] Improve handling of intermixed comments inside
from-imports (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20561">#20561</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>[<code>flake8-comprehensions</code>] Clarify fix safety
documentation (<code>C413</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/20640">#20640</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/terror"><code>@terror</code></a></li>
<li><a href="https://github.com/TaKO8Ki"><code>@TaKO8Ki</code></a></li>
<li><a href="https://github.com/ntBre"><code>@ntBre</code></a></li>
<li><a href="https://github.com/njhearp"><code>@njhearp</code></a></li>
<li><a
href="https://github.com/amyreese"><code>@amyreese</code></a></li>
<li><a
href="https://github.com/IDrokin117"><code>@IDrokin117</code></a></li>
<li><a
href="https://github.com/chirizxc"><code>@chirizxc</code></a></li>
</ul>
<h2>0.13.x</h2>
<p>See <a
href="https://github.com/astral-sh/ruff/blob/main/changelogs/0.13.x.md">changelogs/0.13.x</a></p>
<h2>0.12.x</h2>
<p>See <a
href="https://github.com/astral-sh/ruff/blob/main/changelogs/0.12.x.md">changelogs/0.12.x</a></p>
<h2>0.11.x</h2>
<p>See <a
href="https://github.com/astral-sh/ruff/blob/main/changelogs/0.11.x.md">changelogs/0.11.x</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/beea8cdfec826802a7d9ecada3b38156eb693e77"><code>beea8cd</code></a>
Bump 0.14.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20751">#20751</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/416e956fe0fb0160d431403e8ff4b1442b3d0251"><code>416e956</code></a>
[ty] Infer better specializations of unions with <code>None</code> (etc)
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/20749">#20749</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/88c0ce3e389a217dc596374f154e0c1e88b483ad"><code>88c0ce3</code></a>
Update default and latest Python versions for 3.14 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20725">#20725</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/8fb29eafb866c1b25abb3c329ea5df90aae8bd1d"><code>8fb29ea</code></a>
[ruff] improve handling of intermixed comments inside from-imports (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20561">#20561</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/23ebfe7777218a4742586810f6aa995e6b3e0749"><code>23ebfe7</code></a>
[ty] Fix tiny mistake in protocol tests (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20743">#20743</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/f90d6466e00d9ec7d7ef8f6e3bbf3fb2e2d0b0c2"><code>f90d646</code></a>
[ty] Make <code>infer_method_information</code> less confusing (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20740">#20740</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/15af4c0a34dd6d86d9aa98115ae1e1e9392c7eef"><code>15af4c0</code></a>
Move --show-settings snapshots to separate files (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20741">#20741</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/76f8e5b7558a9104cadcbc2cab864a6350bbea8b"><code>76f8e5b</code></a>
Refactor Rust lint test structure to use RuffTestFixture (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20689">#20689</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/b66a3e7451aed3c7591e0c781ee0c133d9d783c8"><code>b66a3e7</code></a>
[<code>refurb</code>] Add fixes for <code>FURB101</code>,
<code>FURB103</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20520">#20520</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/70f51e964855da881c40f87d3eeebf93520042bf"><code>70f51e9</code></a>
[ty] Print <code>display</code> of types when a property test fails (<a
href="https://redirect.github.com/astral-sh/ruff/issues/20720">#20720</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.13.3...0.14.0">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 4c24a9d commit 2ed75b1Copy full SHA for 2ed75b1
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- requirements/lintrunner
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
requirements/lintrunner/requirements.txt
Copy file name to clipboardExpand all lines: requirements/lintrunner/requirements.txt+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments