alexandrainst / alexandra-ml-template

Template for Python-based data science projects in the Alexandra Institute.
https://alexandra.dk/
MIT License
8 stars 1 forks source link

Feat/add docstring to ruff checks #5

Closed saattrupdan closed 10 months ago

saattrupdan commented 10 months ago

This adds docstring checking to the ruff checks. For instance, it checks if all public functions have specified the correct argument names in their docstring.