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

lock all dependencies #9

Closed rchl closed 1 year ago

rchl commented 1 year ago

Fixes #8

LDAP commented 1 year ago

Not sure if we should fix that here since there is already a new release of ruff-lsp with a patch https://github.com/charliermarsh/ruff-lsp/pull/79

rchl commented 1 year ago

It's not as much a fix for #8 but more just a good practice of locking all dependencies. I think we should do that regardless of what ruff-lsp did to fix the issue.

rchl commented 1 year ago

Dependabot should create a PR automatically after this is merged. It would be a good first test that bumping works.

rchl commented 1 year ago

I guess we'll have to wait a little bit more for the dependabot.

LDAP commented 1 year ago

I triggered the bot manually. The results should show up in a moment.