Skip to content

Commit 174b7d6

Browse files
committed
skpkg: add pyproject.toml
1 parent 204af65 commit 174b7d6

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)