We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7defedc commit 9361259Copy full SHA for 9361259
1 file changed
pyproject.toml
@@ -44,6 +44,8 @@ select = [
44
"D401",
45
# summary line has to end in a punctuation mark
46
"D415",
47
+ # require documentation for _all_ function parameters
48
+ "D417",
49
]
50
51
ignore = [
0 commit comments