Skip to content

feat: add option to place closing quotes on newline#104

Merged
weibullguy merged 2 commits intoPyCQA:masterfrom
weibullguy:feat/issue-9
Aug 10, 2022
Merged

feat: add option to place closing quotes on newline#104
weibullguy merged 2 commits intoPyCQA:masterfrom
weibullguy:feat/issue-9

Conversation

@weibullguy
Copy link
Member

A new argument --close-quotes-on-newline was added to allow the closing triple quotes to be placed on a newline when a one-line docstring is wrapped and takes two or more lines. The default value is false to avoid breaking current use-cases.

Closes #9

@weibullguy weibullguy added P: enhancement Feature that is outside the scope of PEP 257 C: convention Relates to docstring format convention V: minor Bumps the minor version labels Aug 10, 2022
@weibullguy weibullguy merged commit 83f5b23 into PyCQA:master Aug 10, 2022
@weibullguy weibullguy deleted the feat/issue-9 branch August 10, 2022 21:52
@weibullguy weibullguy removed the V: minor Bumps the minor version label Aug 10, 2022
@weibullguy weibullguy added the S: merged Closed with work merged to repository label Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C: convention Relates to docstring format convention P: enhancement Feature that is outside the scope of PEP 257 S: merged Closed with work merged to repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

""" getting placed at end of comment line instead of its own line

1 participant