I wanted to ask what if anything the Pulp conventions for docstings are?
I have a vague memory of someone pointing me at Example Google Style Python Docstrings — napoleon 0.7 documentation in the past, but I am not sure if this is an official convention. I believe I have seen different styles for docstrings when I look over the various Pulp repositories.
I suppose the only way to become truly consistent with docstrings would be to use a linter/formatter. A colleague has suggested docformatter · PyPI might be worth exploring.
The main purpose of this post is to gauge where everyone is at before I invest time into the wrong direction. Your thoughts?