Skip to content

Commit e720959

Browse files
committed
Ignore pydocstyle sections handling
The sections as we use them are useful for rst style.
1 parent 4d10f2e commit e720959

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

prospector.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ pep257:
3939
- D107 # Missing docstring in __init__
4040
- D106 # Missing docstring in public nested class
4141

42+
# pydocstyle
43+
- D406 # Section name should end with a newline ('Examples', not 'Examples::')
44+
- D407 # Missing dashed underline after section ('Examples')
45+
- D412 # No blank lines allowed between a section header and its content ('Examples')
46+
- D413 # Missing blank line after last section ('Examples')
47+
4248
pyflakes:
4349
disable:
4450
- F999

0 commit comments

Comments
 (0)