autoDocstring
autoDocstring copied to clipboard
Add template google-notypes-nodefault
This is the same template as google-notypes just without having "Defaults to x" for kwargs. The reason for adding this is that the default value for the kwargs is already contained in the function declaration so having it repeated in the docstring is redundant and can lead to divergence.
@NilsJPWerner any updates on this?