Merge "Relax Python2 verification in mypy linter"

This commit is contained in:
Zuul 2019-12-19 06:24:17 +00:00 committed by Gerrit Code Review
commit 3ddea376d7
1 changed files with 1 additions and 1 deletions

View File

@ -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' | \