Skip to content

Commit f3f48e8

Browse files
committed
Auto-formatting
1 parent d4ac0bb commit f3f48e8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ exclude = [
4040
]
4141

4242
select = [
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

5151
ignore = [
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]

0 commit comments

Comments
 (0)