C-Star is a python package for setting up and running ocean model simulations, with a particular focus on marine carbon dioxide removal (mCDR) applications.
We want to take advantage of pre-commit in two ways beyond what it's doing now in the C-Star repo:
[ ] Include it in the CI
[ ] Let it format the docstrings correctly for us (e.g., via docformatter or pdocstyle) because the docstrings are not showing up correctly in the documentation, see all these warnings
We want to take advantage of
pre-commit
in two ways beyond what it's doing now in the C-Star repo:docformatter
orpdocstyle
) because the docstrings are not showing up correctly in the documentation, see all these warnings