NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

Need Python utility / library to sort imports tool implementation #72

Closed NaureenBharwaniNOAA closed 6 months ago

NaureenBharwaniNOAA commented 6 months ago

Currently, there is no standardized way to format the imports to ensure consistency.

The use of isort, a code formatting tool should be incorporated into the chiltepin environment, both for containers and for on-prem HPC systems so that users can conform to standardization for sorting imports alphabetically, and automatically separated into sections and by type before contributing to the repository.

NaureenBharwaniNOAA commented 6 months ago

Closed by PR #73