From 8a7a71daa3d8151c089261f5f35a01afcf69d56d Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Wed, 18 Dec 2019 17:11:14 +0100 Subject: [PATCH] Relax Python2 verification in mypy linter Change-Id: Ie88950243572d0fb05be8c480027897cd99fd60e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fe92a5eea..7664b0c43 100644 --- a/tox.ini +++ b/tox.ini @@ -73,7 +73,7 @@ deps = {[testenv:pep8]deps} envdir = {toxworkdir}/pep8 commands = {[testenv:pep8]commands} - mypy --py2 --ignore-missing-imports tobiko/ + mypy --ignore-missing-imports tobiko/ bash -c 'find roles -maxdepth 1 -mindepth 1 -type d | \ xargs -t -n1 ansible-lint -xANSIBLE0012' bash -c 'find playbooks -maxdepth 1 -mindepth 1 -type f -name '*.yaml' | \