Add pydocstyle

This commit is contained in:
2021-07-26 21:09:35 +02:00
parent f55d51139b
commit 6038b91d9e
2 changed files with 32 additions and 1 deletions

View File

@ -19,6 +19,7 @@ black = {version = "^21.7b0", allow-prereleases = true}
flake8 = "^3.9.2"
mypy = "^0.910"
types-pytz = "^2021.1.0"
pydocstyle = "^6.1.1"
[build-system]
requires = ["poetry-core>=1.0.0"]