mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Update pyproject.toml
Add description of pydocstyle D415 rule
This commit is contained in:
@ -52,6 +52,7 @@ select = "D2,D3,D4"
|
||||
# D400 - First line should end with a period
|
||||
# D401 - First line should be in imperative mood
|
||||
# D412 - No blank lines allowed between a section header and its content
|
||||
# D415 - First line should end with a period, question mark, or exclamation point
|
||||
add-ignore = "D200,D203,D204,D205,D212,D302,D400,D401,D412,D415"
|
||||
|
||||
# Explanation:
|
||||
|
||||
Reference in New Issue
Block a user