Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ruff-lsp from 0.0.37 to 0.0.38 (#206)
Bumps [ruff-lsp](https://github.com/astral-sh/ruff-lsp) from 0.0.37 to 0.0.38. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff-lsp/releases">ruff-lsp's releases</a>.</em></p> <blockquote> <h2>v0.0.38</h2> <h2>What's Changed</h2> <ul> <li>Bump wheel from 0.41.1 to 0.41.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/astral-sh/ruff-lsp/pull/223">astral-sh/ruff-lsp#223</a></li> <li>Bump ruff from 0.0.285 to 0.0.286 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/astral-sh/ruff-lsp/pull/225">astral-sh/ruff-lsp#225</a></li> <li>Bump ruff from 0.0.286 to 0.0.287 by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff-lsp/pull/228">astral-sh/ruff-lsp#228</a></li> <li>Bump lsprotocol from 2023.0.0a2 to 2023.0.0a3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/astral-sh/ruff-lsp/pull/227">astral-sh/ruff-lsp#227</a></li> <li>Downgrade typeguard to 3.0.2 by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff-lsp/pull/229">astral-sh/ruff-lsp#229</a></li> <li>Use <code>ruff format</code> (alpha) command for formatting by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff-lsp/pull/230">astral-sh/ruff-lsp#230</a></li> <li>Add --force-exclude and --quiet to ruff format by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff-lsp/pull/232">astral-sh/ruff-lsp#232</a></li> <li>Rename <code>RUFF_BETA_INTERNAL</code> to <code>RUFF_EXPERIMENTAL_FORMATTER</code> by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff-lsp/pull/233">astral-sh/ruff-lsp#233</a></li> <li>Bump version to 0.0.38 by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff-lsp/pull/234">astral-sh/ruff-lsp#234</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/astral-sh/ruff-lsp/compare/v0.0.37...v0.0.38">https://github.com/astral-sh/ruff-lsp/compare/v0.0.37...v0.0.38</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff-lsp/commit/4b97b5d15562e1cd9ed5335c99bcb99ff149b437"><code>4b97b5d</code></a> Bump version to 0.0.38 (<a href="https://redirect.github.com/astral-sh/ruff-lsp/issues/234">#234</a>)</li> <li><a href="https://github.com/astral-sh/ruff-lsp/commit/672f47cd6244bd626f024a68ccf6adefc06de122"><code>672f47c</code></a> Rename <code>RUFF_BETA_INTERNAL</code> to <code>RUFF_EXPERIMENTAL_FORMATTER</code> (<a href="https://redirect.github.com/astral-sh/ruff-lsp/issues/233">#233</a>)</li> <li><a href="https://github.com/astral-sh/ruff-lsp/commit/328c615ab091c868b2e4e8295f038f60485127a1"><code>328c615</code></a> Add --force-exclude and --quiet to ruff format (<a href="https://redirect.github.com/astral-sh/ruff-lsp/issues/232">#232</a>)</li> <li><a href="https://github.com/astral-sh/ruff-lsp/commit/6803a09b8a62b36c8174f0bdbbede362995363ec"><code>6803a09</code></a> Use <code>ruff format</code> (alpha) command for formatting (<a href="https://redirect.github.com/astral-sh/ruff-lsp/issues/230">#230</a>)</li> <li><a href="https://github.com/astral-sh/ruff-lsp/commit/bdc6b4ac61cb89c140da4c0f5700fa381cc05f9a"><code>bdc6b4a</code></a> Downgrade typeguard to 3.0.2 (<a href="https://redirect.github.com/astral-sh/ruff-lsp/issues/229">#229</a>)</li> <li><a href="https://github.com/astral-sh/ruff-lsp/commit/122520b8ef42c05fd5511af761b3fd49ef7f5d66"><code>122520b</code></a> Bump lsprotocol from 2023.0.0a2 to 2023.0.0a3 (<a href="https://redirect.github.com/astral-sh/ruff-lsp/issues/227">#227</a>)</li> <li><a href="https://github.com/astral-sh/ruff-lsp/commit/2784dae774b393dc9f24c7fe5cc90b0e1b7c47f4"><code>2784dae</code></a> Bump ruff from 0.0.286 to 0.0.287 (<a href="https://redirect.github.com/astral-sh/ruff-lsp/issues/228">#228</a>)</li> <li><a href="https://github.com/astral-sh/ruff-lsp/commit/9bafedf89d9c1ce10915aea0faf58e77115a0048"><code>9bafedf</code></a> Bump ruff from 0.0.285 to 0.0.286 (<a href="https://redirect.github.com/astral-sh/ruff-lsp/issues/225">#225</a>)</li> <li><a href="https://github.com/astral-sh/ruff-lsp/commit/204ebb5461aa54b37cfbba2b38a35fb3d9d54665"><code>204ebb5</code></a> Bump wheel from 0.41.1 to 0.41.2 (<a href="https://redirect.github.com/astral-sh/ruff-lsp/issues/223">#223</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ruff-lsp/compare/v0.0.37...v0.0.38">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff-lsp&package-manager=pip&previous-version=0.0.37&new-version=0.0.38)](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>
- Loading branch information