paetzke / py-isort.el

py-isort.el integrates isort into Emacs.
GNU General Public License v3.0
88 stars 16 forks source link

Isort configuration is ignored #17

Open furious-luke opened 5 years ago

furious-luke commented 5 years ago

Hi there! I've been unable to get py-isort.el to recognise the isort configuration stored in .isort.cfg.

I have a standard directory structure, with the configuration file located at my project root and all Python files located in subdirectories from there. From the terminal, if I run isort manually it works as expected. However, from within Emacs the configuration file is ignored. Any assistance would be greatly appreciated.

furious-luke commented 5 years ago

The issue above came from Emacs installed on a Macbook Pro via Homebrew. I've since installed a fresh Emacs installation on Arch linux and the issue is resolved.