Closed peterdudfield closed 3 years ago
Add a docstring linter
Add a docstring linter that checks for 'google' style
Keeps things nice
pydocstyle --convention=google
Candidate implementation in this PR: https://github.com/openclimatefix/nowcasting_utils/pull/23
Add a docstring linter
Detailed Description
Add a docstring linter that checks for 'google' style
Context
Keeps things nice
Possible Implementation
pydocstyle --convention=google