Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reorder-python-imports fixer #2567

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

theevocater
Copy link
Contributor

isort is great, but I've personally prefer reorder-python-imports. The tool has a focus on smaller diffs than isort. reorder-python-imports is also a little smarter than isort which is nice.

I've more or less copied the implementation for this from the existing python fixers. I've also included the same tests they all have for finding the executable and ensuring options are passed.

I've run ./run-tests, and made sure everything passes vint (what a cool tool!).

isort is great, but I've come to prefer reorder-python-imports. The tool
has a focus on smaller diffs than isort. reorder-python-imports is also
a little smarter than isort which is nice.
@w0rp w0rp merged commit 8b46fa3 into dense-analysis:master Jun 10, 2019
@w0rp
Copy link
Member

w0rp commented Jun 10, 2019

Cheers! 🍻

@theevocater theevocater deleted the add_reorder_python_imports branch June 10, 2019 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants