Mercurial > code > home > repos > light9
changeset 1563:1b42120d97f5
mypy upgrade
Ignore-this: f3d15dd4ced025a818b9601edb3ba8e9
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 24 May 2017 08:30:56 +0000 |
parents | 900c2b2ea956 |
children | f2e6d96d02de |
files | makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/makefile Wed May 24 08:30:12 2017 +0000 +++ b/makefile Wed May 24 08:30:56 2017 +0000 @@ -105,7 +105,10 @@ env-mypy/bin/mypy: mkdir -p env-mypy virtualenv -p /usr/bin/python3 env-mypy/ - env-mypy/bin/pip install mypy==0.501 lxml==3.7.3 + env-mypy/bin/pip install mypy==0.510 lxml==3.7.3 mypy-collector: env-mypy/bin/mypy env-mypy/bin/mypy --py2 --ignore-missing-imports --strict-optional --custom-typeshed-dir stubs --html-report /tmp/rep bin/collector light9/collector/*.py + +mypy-paint: env-mypy/bin/mypy + env-mypy/bin/mypy --py2 --ignore-missing-imports --strict-optional --custom-typeshed-dir stubs --html-report /tmp/rep light9/paint/*.py