Show full explanation for pydocstyle failures

This commit is contained in:
Jason Carver
2022-05-18 12:19:24 -07:00
committed by GitHub
parent b88fcf3c0b
commit c6f13bfd94

View File

@ -44,4 +44,4 @@ commands=
mypy -p <MODULE_NAME> --config-file {toxinidir}/mypy.ini
flake8 {toxinidir}/<MODULE_NAME> {toxinidir}/tests
isort --recursive --check-only --diff {toxinidir}/<MODULE_NAME> {toxinidir}/tests
pydocstyle {toxinidir}/<MODULE_NAME> {toxinidir}/tests
pydocstyle --explain {toxinidir}/<MODULE_NAME> {toxinidir}/tests