Open drafear opened 1 year ago
Although isort recognizes first party under settings file, isort is called with config file under /tmp/ in pysen. So, the results of pysen run format and pysen generate && isort --settings-file=pyproject.toml . differs.
/tmp/
pysen run format
pysen generate && isort --settings-file=pyproject.toml .
I'm not confident, but --src . option will solve it.
--src .
Although isort recognizes first party under settings file, isort is called with config file under
/tmp/
in pysen. So, the results ofpysen run format
andpysen generate && isort --settings-file=pyproject.toml .
differs.