Skip to content

Commit c45ca52

Browse files
committed
Ignore redundant docstring lint rule
1 parent a3b49ac commit c45ca52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ ignore = [
2626
# Docstring whitespace.
2727
"D203",
2828
"D213",
29+
# Docstring punctuation.
30+
"D415",
2931
# Docstring quotes.
3032
"D301",
3133
# Builtins.

0 commit comments

Comments
 (0)