Running "Sort Imports" in VS Code gives different results than running osewb lint.
The VS Code Python extension doesn't support isort 5.x yet, but there's a PR out for this:
microsoft/vscode-python#13340
Downgrading isort and using an older version of the VS Code Python extension might work.
Running "Sort Imports" in VS Code gives different results than running
osewb lint.The VS Code Python extension doesn't support
isort5.xyet, but there's a PR out for this:microsoft/vscode-python#13340
Downgrading
isortand using an older version of the VS Code Python extension might work.