Visual Studio Code – When using autosave with black and isort in vscode, isort does not work
I want to use autosave in Visual Studio Code and apply commonly used tools like flake8, mypy, isort, and black. Flake8, mypy, and black work fine, but isort doesn't work at all. Is there a way to solve this problem?…