csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Reformat after rendering #9

Closed mcflugen closed 4 years ago

mcflugen commented 4 years ago

This pull request cleans up the code somewhat but mainly changes the babelize command to automatically run both black and isort (programmatically) on the rendered Python output.

I ended up sneaking some other stuff into the pull request.