Instagram / Fixit

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
https://fixit.rtfd.io/en/latest/
Other
659 stars 62 forks source link

fix(lsp): bump pygls from 1.0.2 to 1.3.1 #443

Closed llllvvuu closed 2 months ago

llllvvuu commented 3 months ago

Summary

It turns out that >=1.0.2 was pulling in 1.1.0 for me and I was unknowingly using features introduced in that version in #390, which I didn't catch until my dependency resolution changed.

Test Plan

The project should build with the lowest specified version and tests should still pass.