We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011b79f commit a73ab81Copy full SHA for a73ab81
scripts/validate_docstrings.py
@@ -64,7 +64,9 @@
64
'in the docstring (do not close the quotes in the same line as '
65
'the text, or leave a blank line between the last text and the '
66
'quotes)',
67
- 'GL03': 'Use only one blank line to separate sections or paragraphs',
+ 'GL03': 'Double line break found; please use only one blank line to '
68
+ 'separate sections or paragraphs, and do not leave blank lines '
69
+ 'at the end of docstrings',
70
'GL04': 'Private classes ({mentioned_private_classes}) should not be '
71
'mentioned in public docstrings',
72
'GL05': 'Tabs found at the start of line "{line_with_tabs}", please use '
0 commit comments