diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,10 +23,11 @@ changedir = {toxinidir} [testenv:mypy] basepython = python3 deps = - mypy + typed-ast>=1.4 + mypy>=0.7,<1.0 commands = - python -m mypy {toxinidir}/pylint/checkers --ignore-missing-imports + python -m mypy {toxinidir}/pylint/checkers --ignore-missing-imports {posargs:} [testenv] deps = |