Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Conversation

@jmfederico
Copy link
Contributor

isort Path setting can be an absolute path or the bin name, and would
run the bin from your PATH.

isort Path setting can be an absolute path or the bin name, and would
run the bin from your PATH.
@jmfederico
Copy link
Contributor Author

Not in the pull request, but default path could be just "isort".

This change makes it possible to open atom from a virtual env and run the venv's isort.

checkForUnsortedImports() was called as checkImports() in some places.

Change name to checkImports() to be more similar to sortImports() and
fix calls.
checkForPythonContext was not being called, instead was used as a
property. Correctly call as function and also call when “Checking”
imports to avoid checking in non python field.
@jmfederico jmfederico changed the title isortpath can evaluate from PATH Fix deprecation and call binary name from PATH Feb 8, 2015
@bh
Copy link
Owner

bh commented Feb 22, 2015

Excellent work! Thank you!

bh added a commit that referenced this pull request Feb 22, 2015
Fix deprecation and call binary name from PATH
@bh bh merged commit b1d729b into bh:master Feb 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants