From 066d715c8540720a4ad278bba22b1ffcee078dfb Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Wed, 20 Oct 2021 03:24:00 +0100 Subject: [PATCH] updating prospector.yaml --- prospector.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prospector.yaml b/prospector.yaml index b10f57b..465e96e 100644 --- a/prospector.yaml +++ b/prospector.yaml @@ -80,6 +80,8 @@ pep257: - D103 # One-line docstring should fit on one line with quotes - D200 + # No blank lines allowed after function docstring + - D202 # Multi-line docstring summary should start at the second line - D213 # First word of the docstring should not be This