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 8cd64c2 commit 6f40e6bCopy full SHA for 6f40e6b
1 file changed
pyproject.toml
@@ -38,6 +38,8 @@ requires = ["poetry-core"]
38
[tool.ruff.lint]
39
select = [
40
"D",
41
+ # summary lines have to be placed on the first physical line of the docstring
42
+ "D212",
43
# imperative mood for all docstrings
44
"D401",
45
]
0 commit comments