We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a59e457 + 482c7be commit b1cc354Copy full SHA for b1cc354
tests/test_pydocstyle.py
@@ -7,6 +7,7 @@
7
8
_disabled_checks = [
9
'D202', # No blank lines allowed after function docstring
10
+ 'D205', # 1 blank line required between summary line and description
11
]
12
13
0 commit comments