Skip to content

Commit f345477

Browse files
committed
skpkg: add pyproject.toml
1 parent 21a9d1a commit f345477

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ exclude-file = ".codespell/ignore_lines.txt"
5959
ignore-words = ".codespell/ignore_words.txt"
6060
skip = "*.cif,*.dat"
6161

62+
[tool.docformatter]
63+
recursive = true
64+
wrap-summaries = 72
65+
wrap-descriptions = 72
66+
6267
[tool.black]
6368
line-length = 79
6469
include = '\.pyi?$'

0 commit comments

Comments
 (0)