I use ruff in Python and I really like its ability to flag unsued imports and arrange the imports alphabetically but also based on a hierarchy of standard library > installed packages > current source code.
Are there plans for the Mojo LSP to support this? I recently added a PR on the mojo-gpu-puzzles repo which could’ve been prevented with this functionality.