pythonisort

I want to disable isort imports error in python projects


Imports are incorrectly sorted and/or formatted.isort(E) enter image description here


Solution

  • If you are using Visual Studio Code, then click the extensions panel on the far left (or just use Ctrl+Shift+X). Find the "isort" extension, right click it, and select "disable".