Upgrade pydocstyle to v5

Fixes https://github.com/ethereum/ethereum-python-project-template/issues/52
This commit is contained in:
Jason Carver
2021-01-19 15:45:12 -08:00
parent 3a0fcae1b9
commit 8434801bfc

View File

@ -15,7 +15,7 @@ extras_require = {
"flake8==3.7.9", "flake8==3.7.9",
"isort>=4.2.15,<5", "isort>=4.2.15,<5",
"mypy==0.770", "mypy==0.770",
"pydocstyle>=3.0.0,<4", "pydocstyle>=5.0.0,<6",
], ],
'doc': [ 'doc': [
"Sphinx>=1.6.5,<2", "Sphinx>=1.6.5,<2",