updating prospector.yaml

This commit is contained in:
2021-10-20 03:24:00 +01:00
parent aa2545aa5a
commit 066d715c85

View File

@@ -80,6 +80,8 @@ pep257:
- D103 - D103
# One-line docstring should fit on one line with quotes # One-line docstring should fit on one line with quotes
- D200 - D200
# No blank lines allowed after function docstring
- D202
# Multi-line docstring summary should start at the second line # Multi-line docstring summary should start at the second line
- D213 - D213
# First word of the docstring should not be This # First word of the docstring should not be This