Adjusted doc strings to follow PEP 257.

This commit is contained in:
Sergio Oliveira Campos
2020-04-07 16:07:52 -03:00
parent 4155f2f3ac
commit 5643cfc20d
5 changed files with 35 additions and 53 deletions

View File

@@ -26,3 +26,7 @@ extend-ignore = E203
per-file-ignores =
plugins/*:E402
roles/*:E402
[pydocstyle]
inherit = false
ignore = D1,D212,D203