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

Added isort for reorganizing imports #2098

Conversation

prathmeshranaut
Copy link
Contributor

What was wrong?

Imports are not sorted.

Related to Issue #2094

How was it fixed?

Added isort, a tool to sort imports, in the linting process.

Adding lint setup + linting files would be a large PR to review. I've decided to split it up into two parts.
This is first PR.
In this PR, I've added isort and related commands to setup.py, Makefile and tox.
In the follow up PR, I will be running make lint-roll. It will be easier for repo maintainers to checksum the changes and review the lint changes.

Let me know if I missed anything in the contribution process.

Todo:

  • Clean up commit history

  • Add or update documentation related to these changes

  • Add entry to the release notes

Cute Animal Picture

white-rabbit-24093391

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

1 participant