Hi,
is there currently a way to configure pydoclint to check if the return type hint is not defined in the docstring?
I want to have only the type in the signature.
For arguments I use the option arg-type-hints-in-docstring = false but I`m missning a way to set this for the return type.
Thanks a lot!