Open pekasen opened 2 years ago
Way to check compliance in docstrings seems to be pydocstyle.
It even sports a pre-commit
integration which is configurable to our needs:
- repo: https://github.com/PyCQA/pydocstyle
rev: 6.1.1
hooks:
- id: pydocstyle
args: [--convention=google]
doc string style should be fixed to google style guide.