sublimelsp / LSP-ruff

LSP helper for ruff - an extremely fast Python linter, written in Rust.
https://packagecontrol.io/packages/LSP-ruff
MIT License
26 stars 4 forks source link

don't generate locked requirements #28

Closed rchl closed 11 months ago

rchl commented 11 months ago

We've been generating a lock file to fix #8 but apparently it can cause another issue (#27).

Since #8 doesn't seem to be an issue anymore, we'll revert to only pinning rust-lsp itself.

Fixes #27