Skip to content

Commit

Permalink
build: Show mypy error codes
Browse files Browse the repository at this point in the history
This helps in determining the error codes to ignore if necessary
without having to re-run the build.
  • Loading branch information
BoniLindsley committed Oct 29, 2020
1 parent c18e102 commit 1c4dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@ skipsdist = True
[testenv]
commands =
python3 -m yapf --diff --recursive phile setup.py test_phile
python3 -m mypy .
python3 -m mypy --show-error-codes .
python3 -m coverage erase
python3 -m coverage run
python3 -m coverage report
Expand Down

0 comments on commit 1c4dba4

Please sign in to comment.