Skip to content

Commit

Permalink
Merge pull request ethereum#59 from ethereum/pydocstyle-explain
Browse files Browse the repository at this point in the history
Show full explanation for pydocstyle failures
  • Loading branch information
carver authored May 20, 2022
2 parents b88fcf3 + c6f13bf commit c4f23a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4f23a4

Please sign in to comment.