EnergySystemsModellingLab / MUSE_OS

Welcome to the MUSE-OS repository
https://muse-os.readthedocs.io/en/latest/
GNU General Public License v3.0
22 stars 9 forks source link

`ruff`: Enable `pydocstyle` checks #292

Closed alexdewar closed 4 months ago

alexdewar commented 4 months ago

These checks make sure docstrings are correctly formatted. We probably want "google" style as it's closest to what's already there.

I tried running ruff with these checks enabled and most of the complaints were about missing docstrings for functions and modules. We could just disable these checks for now and deal with them later.