-
Notifications
You must be signed in to change notification settings - Fork 15
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
DOC203 reported even when type hints in docstring are disabled #50
Comments
Hi @JenSte , thanks for reporting this issue! You ran into this issue because the naming of the option is confusing. It should have been I made a code change, and now if you run this command
Then if you run
And to supress DOC203, this is what you can do:
|
Thanks for taking care of this so fast! Are you planning to release 0.1.2 soon? It already shows up in the change log, but not on PyPI. |
Hi @JenSte , thanks for the reminder! I forgot to publish a new release yesterday. It requires a manual publish, so sometimes people forget about it. GitHub probably can improve the user experience here a bit. It is now published. |
When
--type-hints-in-docstring False
is passed, I'd expect that the check for DOC203 is skipped. With no type from the docstring to compare against, the check can never succeed.The text was updated successfully, but these errors were encountered: