Skip to content

Commit

Permalink
feat: more stringent docstring rules
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Dec 12, 2023
1 parent db6535f commit ada807a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,6 @@ select = [
]

ignore = [
"D202", # No blank lines allowed after function docstring
"D203", # 1 blank line required before class docstring
"D213", # Multi-line docstring summary should start at the second line
"D406", # Section name should end with a newline
"D407", # Section name underlining
"E501", # line too long
"E731", # do not assign a lambda expression, use a def

Expand Down

0 comments on commit ada807a

Please sign in to comment.