diff --git a/tests/test_pydocstyle.py b/tests/test_pydocstyle.py index 3dcb71329..96a22fa8b 100644 --- a/tests/test_pydocstyle.py +++ b/tests/test_pydocstyle.py @@ -7,6 +7,7 @@ _disabled_checks = [ 'D202', # No blank lines allowed after function docstring + 'D205', # 1 blank line required between summary line and description ]