NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

Need Python code formatter tool implementation #64

Closed NaureenBharwaniNOAA closed 6 months ago

NaureenBharwaniNOAA commented 7 months ago

Currently, there is no code formatter to ensure everything within the repository is standardize before each push to GitHub. The CI does not check for formatting consistenticies.

The use of black, 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 coding formatting before contributing to the repository.