We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fa470 commit 7f9832fCopy full SHA for 7f9832f
pydocstringformatter/formatting/formatter.py
@@ -65,7 +65,7 @@ class FinalPeriodFormatter(StringAndQuotesFormatter):
65
"""Add a period to the end of single line docstrings and summaries."""
66
67
name = "final-period"
68
- END_OF_SENTENCE_PUNCTUATION = {".", "?", "!", "‽"}
+ END_OF_SENTENCE_PUNCTUATION = {".", "?", "!", "‽", ":", ";"}
69
70
def _treat_string(
71
self,
0 commit comments