From 47bedbb77a95308bc585a7d40fcb343257e4ce0b Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Fri, 11 Jun 2021 11:47:06 +0200 Subject: [PATCH] Revert "Removing mypy to fix the nova CI" This reverts commit 531fa4cd04ca1b8ee869f95d427ea26df0852541. Change-Id: Ia095a9ace86694fd431f2a1c8f59516ed1eb0d7e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 184d95116a..37cfdbb31c 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,7 @@ envdir = {toxworkdir}/shared passenv = DISABLE_CHERRY_PICK_CHECK commands = - # {[testenv:mypy]commands} + {[testenv:mypy]commands} bash tools/flake8wrap.sh {posargs} # Check that all JSON files don't have \r\n in line. bash -c "! find doc/ -type f -name *.json | xargs grep -U -n $'\r'"