Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out the --ignore-property-decorators to allow ignore setter only #68

Closed
chrisbeardy opened this issue Apr 23, 2021 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request needs triage Issue needs triaging

Comments

@chrisbeardy
Copy link

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.

@chrisbeardy chrisbeardy added enhancement New feature or request needs triage Issue needs triaging labels Apr 23, 2021
@econchick
Copy link
Owner

Hey @chrisbeardy - sorry for the delay! Thank you for the suggestion. I merged in #74 that added -S/--ignore-setters that will be released in 1.4.0 (hopefully uploaded later tonight).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage Issue needs triaging
Projects
None yet
Development

No branches or pull requests

2 participants