summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b4864e679..a70cfa52c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =