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 6f40e6b commit 7defedcCopy full SHA for 7defedc
1 file changed
pyproject.toml
@@ -42,6 +42,8 @@ select = [
42
"D212",
43
# imperative mood for all docstrings
44
"D401",
45
+ # summary line has to end in a punctuation mark
46
+ "D415",
47
]
48
49
ignore = [
0 commit comments