sublimelsp / LSP-ruff

LSP helper for ruff - an extremely fast Python linter, written in Rust.

Home Page:https://packagecontrol.io/packages/LSP-ruff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Ruff 0.2.0

Tenzer opened this issue · comments

Would it be possible to make a new release with ruff-lsp 0.0.51? It adds support for Ruff 0.2.0 which has been released: https://github.com/astral-sh/ruff-lsp/releases/tag/v0.0.51.

Without it, LSP-ruff refuses to format files if Ruff 0.2.0 has been installed because ruff-lsp checks the upper bound of the Ruff version installed.

Its on my todo for next week :)

Would it be helpful if I make a PR to update it?

I guess there's no tests, so it might require manual testing?

It's checking/updating the settings and schema and manual testing. Bumping the version itself is done by dependabot #53.

Pushed an update just now

Thank you! We'll just have to wait until Package Control picks up the new version then, right?

Right. Might take a few hours.