I could not find the way how to run black/isort on "read-only" mode, i.e., --check/--check-only
flag on VSCode.
There was "format on save" option, but I prefer "check where is wrong line and run formatter manually" way.
(That is, I want to use black/isort as linter instead of formatter in vscode)
Is there any option to do this? Or, am I missing something?