NOAA-GFDL / fre-cli

Python-based command line interface for FRE (FMS Runtime Environment) to compile and run FMS-based models and post-process their output.
GNU Lesser General Public License v3.0
3 stars 7 forks source link

Most scripts need clean-up #107

Open ilaflott opened 2 months ago

ilaflott commented 2 months ago

the pylint step in the CI/CD pipeline shows this problem (search the logs for pylint).

Too much non-PEP compliance increases the difficulty of reading, as well as maintaining the code.

Almost anyone could pick any script, and simply start trying to address the pylint complaints. extra whitespaces are a low hanging fruit; so are long lines.

On this note, do we need a CONTRIBUTING.md to discuss what the barrier-to-entry should be, python-quality wise? This issue can serve as a starting point for that dialogue.