Merge "Relax Python2 verification in mypy linter"
This commit is contained in:
commit
3ddea376d7
2
tox.ini
2
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' | \
|
||||
|
Loading…
Reference in New Issue
Block a user