microsoft / vscode-isort

Import sorting for python using the isort library.
https://marketplace.visualstudio.com/items?itemName=ms-python.isort
MIT License
86 stars 20 forks source link

Update library packages for the extension #331

Closed luabud closed 10 months ago

luabud commented 11 months ago

After setting up the repo run the following command from an activated terminal:

nox --session update_packages

It will take some time to update packages. Be sure to use the minimum version of python for the extension. Look for the line that says @nox.session(python="3.7") in noxfile.py

aparna0522 commented 11 months ago

I would like to work on this issue.