Skip to content

Commit 5559212

Browse files
committed
Add pydocstyle configuration
1 parent d7ed938 commit 5559212

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ max_line_length = 90
1111
[pylama:isort]
1212
profile = black
1313

14+
[pylama:pydocstyle]
15+
convention = pep257
16+
1417
[tool:pytest]
1518
log_level = DEBUG

0 commit comments

Comments
 (0)