diff --git a/tox.ini b/tox.ini index 184d95116a24..37cfdbb31c28 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'"