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.
1 parent 88d2396 commit 482c7beCopy full SHA for 482c7be
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