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 a3b49ac commit c45ca52Copy full SHA for c45ca52
1 file changed
pyproject.toml
@@ -26,6 +26,8 @@ ignore = [
26
# Docstring whitespace.
27
"D203",
28
"D213",
29
+ # Docstring punctuation.
30
+ "D415",
31
# Docstring quotes.
32
"D301",
33
# Builtins.
0 commit comments