pfnet / pysen

Python linting made easy. Also a casual yet honorific way to address individuals who have entered an organization prior to you.
MIT License
487 stars 20 forks source link

isort does not recognize first party correctly #36

Open drafear opened 1 year ago

drafear commented 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.

drafear commented 1 year ago

I'm not confident, but --src . option will solve it.