File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ exclude = [
4040]
4141
4242select = [
43- " D" , # enable "pydocstyle" rules
44- " D212" , # summary lines must be on the first physical line of the docstring
45- " D401" , # imperative mood for all docstrings
46- " D415" , # summary line has to end in a punctuation mark
47- " D417" , # require documentation for *all* function parameters
43+ " D" , # enable "pydocstyle" rules
44+ " D212" , # summary lines must be on the first physical line of the docstring
45+ " D401" , # imperative mood for all docstrings
46+ " D415" , # summary line has to end in a punctuation mark
47+ " D417" , # require documentation for *all* function parameters
4848
4949]
5050
5151ignore = [
52- " D202" , # no blank lines allowed after function docstring
52+ " D202" , # no blank lines allowed after function docstring
5353]
5454
5555[tool .ruff .lint .pydocstyle ]
You can’t perform that action at this time.
0 commit comments