-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
656 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# see all codes here http://www.pydocstyle.org/en/latest/error_codes.html | ||
|
||
[pydocstyle] | ||
inherit = false | ||
add_select = | ||
D213, # Multi-line docstring summary should start at the second line | ||
D203, # 1 blank line required before class docstring | ||
D204, # 1 blank line required after class docstring | ||
|
||
ignore = | ||
D101, # Missing docstring in public class (its ok for toil pipelines) | ||
D413, # Missing blank line after last section | ||
D211, # No blank lines allowed before class docstring | ||
D212, # Multi-line docstring summary should start at the first line | ||
D406, # Section name should end with a newline | ||
D407, # Missing dashed underline after section |
Oops, something went wrong.