Skip to content

Commit 9361259

Browse files
committed
Require documentation for all function parameters
1 parent 7defedc commit 9361259

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
@@ -44,6 +44,8 @@ select = [
4444
"D401",
4545
# summary line has to end in a punctuation mark
4646
"D415",
47+
# require documentation for _all_ function parameters
48+
"D417",
4749
]
4850

4951
ignore = [

0 commit comments

Comments
 (0)