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

Configure darglint to allow long docstrings without signatures #871

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Apr 15, 2021

Closes #793

The current setting of short is too strict and discourages from writing long
docstrings when it does not make sense to include the full function signature
boilerplate, for example in internal APIs with self-explanatory signatures.

The current setting of `short` is too strict and discourages from writing long
docstrings when it does not make sense to include the full function signature
boilerplate, for example in internal APIs with self-explanatory signatures.
@cjolowicz cjolowicz added this to the 2021.4.15 milestone Apr 15, 2021
@cjolowicz cjolowicz added the testing Adding missing tests or correcting existing tests label Apr 15, 2021
@cjolowicz cjolowicz merged commit 1586b66 into main Apr 15, 2021
@cjolowicz cjolowicz deleted the retrocookie-pr/darglint-long branch April 15, 2021 13:38
@cjolowicz cjolowicz mentioned this pull request Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Adding missing tests or correcting existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure darglint to allow long docstrings without signatures
1 participant