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 4d10f2e commit e720959Copy full SHA for e720959
prospector.yml
@@ -39,6 +39,12 @@ pep257:
39
- D107 # Missing docstring in __init__
40
- D106 # Missing docstring in public nested class
41
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
+
48
pyflakes:
49
disable:
50
- F999
0 commit comments