Open andrewphilipsmith opened 1 year ago
Some of the items above are fixed in https://github.com/PandemiaProject/pandemia/pull/75
The docstrings I've already written are in the NumPy style, so best stick with that, I think
For testing/linting DocStrings, try pydocstyle.
It is possible to filter by error type, which might be a helpful way to incrementally add priority docstrings, without needing to fix everything in one go.
It is also possible to configure pre-commit to work with pydocstyle. Search for "pydocstring" on the list of hooks. I would highly recommend doing this.
Some additional ideas