Skip to content

Commit 9b9f2a3

Browse files
committed
skpkg: add docformatting config to pyproject.toml
1 parent e392485 commit 9b9f2a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,8 @@ exclude = '''
7878
| tests/data
7979
)/
8080
'''
81+
82+
[tool.docformatter]
83+
recursive = true
84+
wrap-summaries = 72
85+
wrap-descriptions = 72

0 commit comments

Comments
 (0)