Split out the --ignore-property-decorators
to allow ignore setter only
#68
Labels
--ignore-property-decorators
to allow ignore setter only
#68
Describe the feature you'd like
Currently the
-P, --ignore-property-decorators
option ignores methods with property setter/getter decorators.I (and potentially others) often just document the getter as IDEs like PyCharm will use the getter documentation for the setter too. This prevents the need to duplicate docstrings across the getter and setter.
It would be great if there was an option that allowed to just ignore the the setter only on a property.
The text was updated successfully, but these errors were encountered: