From 1c4dba46089a1f474b2476a2d712662c6788cf23 Mon Sep 17 00:00:00 2001 From: Boni Lindsley Date: Sat, 24 Oct 2020 16:14:42 +0100 Subject: [PATCH] build: Show mypy error codes This helps in determining the error codes to ignore if necessary without having to re-run the build. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 08de9e6..648d30a 100644 --- a/tox.ini +++ b/tox.ini @@ -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