Skip to content

Commit 7defedc

Browse files
committed
Summary line has to end in a punctuation mark
1 parent 6f40e6b commit 7defedc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ select = [
4242
"D212",
4343
# imperative mood for all docstrings
4444
"D401",
45+
# summary line has to end in a punctuation mark
46+
"D415",
4547
]
4648

4749
ignore = [

0 commit comments

Comments
 (0)