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 the isort tool to the test suite #65

Merged
merged 3 commits into from
Aug 23, 2022

Conversation

mcdonnnj
Copy link
Contributor

This pull request adds the isort tool to the test suite for the project. This will ensure that imports in the project are automatically sorted and there is a clear separation between different types of imports (standard library/third-party/internal). This would just improve the maintainability of the code base by keep imports organized and ensuring there is no overlap or duplication.

mcdonnnj and others added 3 commits August 23, 2022 11:32
Add isort to the test configuration for the project with some sensible
defaults.
This ensures the project passes the new test configuration.
@IanLee1521
Copy link
Member

This looks great, thanks @mcdonnnj !

I haven't used isort before, good to know it's there! In more recent years, I've adopted this styling, but clearly didn't go back to everything to update the various imports.

@IanLee1521 IanLee1521 merged commit c56f819 into LLNL:main Aug 23, 2022
@mcdonnnj mcdonnnj deleted the improvement/use_isort branch August 23, 2022 17:22
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.

2 participants