Skip to content

Commit

Permalink
🎨 formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomenico committed May 23, 2023
1 parent fb84e41 commit 249404c
Show file tree
Hide file tree
Showing 11 changed files with 656 additions and 79 deletions.
16 changes: 16 additions & 0 deletions .pydocstylerc
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
Loading

0 comments on commit 249404c

Please sign in to comment.