Skip to content

Commit

Permalink
Bump ruff from 0.4.9 to 0.4.10 in the patches group (#1111)
Browse files Browse the repository at this point in the history
Bumps the patches group with 1 update:
[ruff](https://github.com/astral-sh/ruff).

Updates `ruff` from 0.4.9 to 0.4.10
<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>v0.4.10</h2>
<h2>Changes</h2>
<h3>Parser</h3>
<ul>
<li>Implement re-lexing logic for better error recovery (<a
href="https://github.com/astral-sh/ruff/pull/11845">#11845</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-copyright</code>] Update <code>CPY001</code> to check
the first 4096 bytes instead of 1024 (<a
href="https://github.com/astral-sh/ruff/pull/11927">#11927</a>)</li>
<li>[<code>pycodestyle</code>] Update <code>E999</code> to show all
syntax errors instead of just the first one (<a
href="https://github.com/astral-sh/ruff/pull/11900">#11900</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Add tracing setup guide to Helix documentation (<a
href="https://github.com/astral-sh/ruff/pull/11883">#11883</a>)</li>
<li>Add tracing setup guide to Neovim documentation (<a
href="https://github.com/astral-sh/ruff/pull/11884">#11884</a>)</li>
<li>Defer notebook cell deletion to avoid an error message (<a
href="https://github.com/astral-sh/ruff/pull/11864">#11864</a>)</li>
</ul>
<h3>Security</h3>
<ul>
<li>Guard against malicious ecosystem comment artifacts (<a
href="https://github.com/astral-sh/ruff/pull/11879">#11879</a>)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li><a
href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li>
<li><a
href="https://github.com/adrinjalali"><code>@​adrinjalali</code></a></li>
<li><a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li>
<li><a
href="https://github.com/github-actions"><code>@​github-actions</code></a></li>
<li><a
href="https://github.com/psychedelicious"><code>@​psychedelicious</code></a></li>
<li><a
href="https://github.com/renovate"><code>@​renovate</code></a></li>
<li><a
href="https://github.com/snowsignal"><code>@​snowsignal</code></a></li>
<li><a href="https://github.com/zanieb"><code>@​zanieb</code></a></li>
</ul>
</blockquote>
</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.4.10</h2>
<h3>Parser</h3>
<ul>
<li>Implement re-lexing logic for better error recovery (<a
href="https://github.com/astral-sh/ruff/pull/11845">#11845</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-copyright</code>] Update <code>CPY001</code> to check
the first 4096 bytes instead of 1024 (<a
href="https://github.com/astral-sh/ruff/pull/11927">#11927</a>)</li>
<li>[<code>pycodestyle</code>] Update <code>E999</code> to show all
syntax errors instead of just the first one (<a
href="https://github.com/astral-sh/ruff/pull/11900">#11900</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Add tracing setup guide to Helix documentation (<a
href="https://github.com/astral-sh/ruff/pull/11883">#11883</a>)</li>
<li>Add tracing setup guide to Neovim documentation (<a
href="https://github.com/astral-sh/ruff/pull/11884">#11884</a>)</li>
<li>Defer notebook cell deletion to avoid an error message (<a
href="https://github.com/astral-sh/ruff/pull/11864">#11864</a>)</li>
</ul>
<h3>Security</h3>
<ul>
<li>Guard against malicious ecosystem comment artifacts (<a
href="https://github.com/astral-sh/ruff/pull/11879">#11879</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/b54922fd7394c36cdc390fd21aaee99206ebc361"><code>b54922f</code></a>
Bump version to v0.4.10 (<a
href="https://github.com/astral-sh/ruff/issues/11953">#11953</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/3f884b4b34b234c91c8af3bc44ef8d18cde7b363"><code>3f884b4</code></a>
Avoid running logical line rule logic if not enabled (<a
href="https://github.com/astral-sh/ruff/issues/11951">#11951</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/b456051be8277e11a3bb3aa5625c3f9ebd9b6108"><code>b456051</code></a>
[red-knot] Add tracing to Salsa queries (<a
href="https://github.com/astral-sh/ruff/issues/11949">#11949</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/2dfbf118d7aff26c50360767cd0803ad6c4b7abf"><code>2dfbf11</code></a>
[red-knot] Extract <code>red_knot_python_semantic</code> crate (<a
href="https://github.com/astral-sh/ruff/issues/11926">#11926</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/ed948eaefbde81695f8a2eb0c0b0c2c21420d092"><code>ed948ea</code></a>
Avoid moving back the lexer for triple-quoted fstring (<a
href="https://github.com/astral-sh/ruff/issues/11939">#11939</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/22733cb7c7eda64f535458c4e0cd47c71874d2b2"><code>22733cb</code></a>
red-knot(Salsa): Types without refinements (<a
href="https://github.com/astral-sh/ruff/issues/11899">#11899</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/a26bd01be2b673f13cb6c88f4150dd12e5873f55"><code>a26bd01</code></a>
Avoid depth counting when detecting indentation (<a
href="https://github.com/astral-sh/ruff/issues/11947">#11947</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/b617d906510ab6ea04e019f73b5aa56fe3692e0a"><code>b617d90</code></a>
Update <code>E999</code> to show all syntax errors (<a
href="https://github.com/astral-sh/ruff/issues/11900">#11900</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/cdc7c7144997ca9aa99a6bfae9dd73b4fa53de49"><code>cdc7c71</code></a>
Avoid consuming trailing whitespace during re-lexing (<a
href="https://github.com/astral-sh/ruff/issues/11933">#11933</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/ff3bf583b28c455a19571a54cd4a4e2bc024b5b8"><code>ff3bf58</code></a>
<code>ruff server</code>: Add tracing setup guide to Neovim
documentation (<a
href="https://github.com/astral-sh/ruff/issues/11884">#11884</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.4.9...v0.4.10">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.4.9&new-version=0.4.10)](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 <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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent a1eff08 commit b908953
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b908953

Please sign in to comment.